This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate change#2904 from maint-5.005
[perl5.git] / util.c
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-12 Gurusamy Sarathysupport win32_putenv()
1999-02-08 Gurusamy Sarathymake safesysmalloc() etc., always available; safemalloc...
1999-01-19 Jarkko HietaniemiShow LANGUAGE env var when needed. (Augment change...
1999-01-13 Jarkko HietaniemiAtari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1998-12-31 Wilson P. Snyder IIREV2: Binary number support
1998-12-22 Jarkko HietaniemiSlight recoding of util.c:repeatcpy() to circumnavigate
1998-12-08 Jarkko HietaniemiIntegrate from mainperl.
1998-12-07 Hans MulderNot OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach...
1998-12-06 Gurusamy Sarathyfix outdated/incorrect info about arbitrary limits
1998-12-01 Jarkko HietaniemiIntegrate from _54 mainperl modulo the NetBSD ifdef...
1998-11-30 Jarkko HietaniemiUndo #2395, seems more like a problem in netbsd-current.
1998-11-29 Gurusamy Sarathyintegrate cfgperl changes into mainline
1998-11-29 Jarkko HietaniemiNewer NetBSDs don't have NSIG in <sys/signal.h>, they...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-28 Ilya SandlerLocale collation, ctype, and numeric, were initialized...
1998-11-19 Gurusamy Sarathymess_sv tweak for change#2249
1998-11-18 Gurusamy Sarathyuse PL_mess_sv only during global destruction (fixes...
1998-11-08 Gurusamy Sarathyintegrate changes#2120,2168,2218 from maint-5.005;
1998-11-04 Gurusamy Sarathys/sv_upgrade/SvUPGRADE/ a couple of places
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gisle Aasdisallow 'x' in hex numbers (except leading '0x')
1998-10-20 Jarkko HietaniemiOLD_PTHREADS_API reorganizing.
1998-10-17 Jarkko HietaniemiThe VM/ESA port essentials, based on
1998-10-17 Gisle AasRe: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
1998-10-06 Gurusamy Sarathyfix USE_THREADS coredump due to uninitialized PL_hv_fet...
1998-10-06 Ilya ZakharevichCumulative OS/2-related patch
1998-09-25 Gurusamy Sarathytweaks to enable PERL_OBJECT to build & test on win32
1998-09-07 Larry Wallindex() applied BM optimization to wrong argument
1998-09-05 Larry Wallindex() applied BM optimization to wrong argument
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsPL_ minir tidy up
1998-07-18 Nick Ing-SimmonsPL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-SimmonsMerge latest mainline
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathyfix $/ init for multiple interpreters/threads
1998-07-18 Gurusamy Sarathyfix missing init that caused RE alternations to fail...
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-09 Chip SalzenbergAllow $SIG{CHLD}='IGNORE' to work on Solaris
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-07-04 Hugo van der Sandencatch nonexistent backrefs in REs
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-26 Gurusamy Sarathymake find_script() return saved string, reenable missin...
1998-06-22 Gurusamy Sarathyeliminate use of tokenbuf in util.c
1998-06-21 Douglas Lankshearapplied patch, along with many changes:
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-15 Gurusamy Sarathyvarious win32 odds and ends
1998-06-12 Jan Duboisadded patch, undo earlier workaround
1998-06-04 Gurusamy Sarathy[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-05-29 Gurusamy Sarathy[asperl] asperl branch verified to build w/o PERL_OBJEC...
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy[win32] misc changes
1998-05-26 Gurusamy Sarathy[asperl] more changes to satisfy non-debug VC build...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy[win32] merge change#985 from maintbranch
1998-05-15 Gurusamy Sarathy[win32] merge changes#982,984 from maintbranch
1998-05-15 Gurusamy Sarathy[win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#886 from maintbranch
1998-05-01 Gurusamy Sarathy[asperl] add AS patch#20 (exposes more global constants)
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-04 Gurusamy Sarathy[win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks...
1998-04-03 Gurusamy Sarathy[win32] integrate mainline
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-04-02 Stephen PotterRe: doc: perlrun typo
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Ilya Zakharevich[5.004_61 PATCH] Make incompatible changes to RE engine NOW
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-27 Ilya ZakharevichFix file-descriptor leak when pipes fail via taint...
1998-02-25 Gisle Aas#ifdef CAN_PROTOTYPE cleanup
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-06 Ilya ZakharevichNewer -DLEAKTEST patch
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] Created new branch from win32@396, added AS...
1998-01-24 Nick Ing-SimmonsGet PerlXxx_yyyy() macro stuff to _compile_ on Solaris.
1998-01-19 Gurusamy Sarathy[win32] s/PerlENV/PerlEnv/ just to be consistent
1998-01-19 Gurusamy Sarathy[win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-17 Robin BarkerMessage-Id: <26260.9712191719@lightning.cise.npl.co.uk>
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
1998-01-04 Gurusamy Sarathy[win32] Various win32 fixes
1997-12-10 Malcolm BeattieFix char*/unsigned char* clashes in util.c:fbm_instr...
1997-12-10 Ilya ZakharevichMinor fix/speedup to util.c:fbm_instr:
1997-12-01 Nick Ing-SimmonsBuilds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-25 Malcolm BeattieIntegrate from ansi branch to mainline.
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
next