This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate win32 branch into mainline.
[perl5.git] / util.c
1998-02-27 Ilya ZakharevichFix file-descriptor leak when pipes fail via taint...
1998-02-25 Gisle Aas#ifdef CAN_PROTOTYPE cleanup
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-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...
1997-11-25 Malcolm BeattieRename perl_thread to perl_os_thread.
1997-11-22 Nick Ing-Simmonsansiperl builds with Borland C++ again
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-11 Gurusamy SarathyInitial (untested) integration of mainline changes.
1997-11-11 Malcolm BeattieFix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieFix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy SarathyRemove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy SarathyWin32 branch now contains all non-ansification changes...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-08 Nick Ing-SimmonsGet threads working again on Win32
1997-11-07 Nick Ing-SimmonsMerge changes as of 18:00 CST
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-07 Malcolm BeattieChange pp_tie and pp_dbmopen to use perl_call_sv instea...
1997-11-07 Nick Ing-SimmonsRaw integrate of latest perl
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Nick Ing-SimmonsFurther ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Malcolm BeattieFinish thread state machine: fixes global destruction...
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-22 Malcolm BeattieMore fprintf -> PerlIO_printf changes.
1997-09-10 Malcolm BeattieDebugging output for lock handling.
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-11 Malcolm BeattieAssorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Ilya ZakharevichAssorted OS/2 fixes
1997-08-06 Ilya ZakharevichAdditional patch for "Can't execute ..."
1997-07-24 Malcolm BeattieStart support for fake threads.
1997-06-11 Tim Bunce[differences between cumulative patch application and... perl-5.004_01
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-05-28 Malcolm BeattieFixups for thrperl integration.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-04-30 Chip SalzenbergFix NUL-termination bug in delimcpy()
1997-04-29 Chip SalzenbergReset errno after failed piped close
1997-04-29 Roderick SchertlerReset errno after failed piped close
1997-04-24 Perl 5 Porters[inseparable changes from match from perl-5.003_97h...
1997-04-23 Malcolm BeattieAdded programmer-level condition variables via "condpai...
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-04-17 Gurusamy SarathyFix use of var before init in util.c
1997-04-14 Chip SalzenbergFix for environment leak
1997-04-14 Sven VerdoolaegeFix for environment leak
1997-04-02 Roderick Schertlerrunlevel is I32, not int
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-25 Gurusamy SarathyRe: embedded perl and top_env problem
1997-03-25 Roderick Schertlersafefree() mismatch
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-04 Perl 5 Porters[inseparable changes from patch from perl5.003_24 to... perl-5.003_25
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
1997-01-15 Chip SalzenbergFix infinite loop for undef function in @SIG{__WARN__...
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
1996-12-31 Chip SalzenbergUltrix setlocale() workaround
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-29 Perl 5 Porters[inseparable changes from patch from perl5.003_09 to...
1996-11-29 Norton AllenRe: 5.003_09 and QNX
1996-11-29 Kenneth AlbanowskiReliable signal patch
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-10-10 Ilya Zakharevichperl 5.003_07: util.c
1996-10-07 Jarkko HietaniemiLC_COLLATE.
1996-09-02 Perl 5 Portersperl 5.003_05: t/op/inc.t util.c
1996-07-17 Perl 5 Portersperl 5.003_01: util.c
1996-03-24 Perl 5 Portersperl 5.002_01: util.c
1996-02-29 Andy Doughertyperl 5.002 perl-5.002
1996-02-03 Tim BunceRe: Strange coredump in Tk
1996-02-03 Perl 5 Portersperl5.002beta3
1996-08-30 Perl 5 PortersPatch for LONG_MAX & co.
1996-08-19 Perl 5 Portersperl 5.003_03: util.c
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall5.002 beta 1
1995-05-30 Andy DoughertyThis is my patch patch.1i for perl5.001.
next