[win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks also
[p5sagit/p5-mst-13.2.git] / util.c
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 Potter Re: doc: perlrun typo
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-02-27 Ilya Zakharevich Fix file-descriptor leak when pipes fail via taint...
1998-02-25 Gisle Aas #ifdef CAN_PROTOTYPE cleanup
1998-02-06 Ilya Zakharevich Newer -DLEAKTEST patch
1998-02-03 Gurusamy Sarathy [win32] integrate mainline
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1998-01-24 Nick Ing-Simmons Get 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 Barker Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
1998-01-13 Nick Ing-Simmons tie 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 Beattie Fix char*/unsigned char* clashes in util.c:fbm_instr...
1997-12-10 Ilya Zakharevich Minor fix/speedup to util.c:fbm_instr:
1997-12-01 Nick Ing-Simmons Builds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-Simmons Create a struct for all perls globals (as an option)
1997-11-25 Malcolm Beattie Integrate from ansi branch to mainline.
1997-11-25 Jarkko Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm Beattie Rename perl_thread to perl_os_thread.
1997-11-22 Nick Ing-Simmons ansiperl builds with Borland C++ again
1997-11-21 Malcolm Beattie $_ is now per-thread (rather a lot of changes). Only...
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-11 Gurusamy Sarathy Initial (untested) integration of mainline changes.
1997-11-11 Malcolm Beattie Fix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy Sarathy Remove runlevel. It was used to count how many runops...
1997-11-10 Gurusamy Sarathy Win32 branch now contains all non-ansification changes...
1997-11-10 Gurusamy Sarathy Initial (untested) merge of all non-ansi changes on...
1997-11-08 Nick Ing-Simmons Get threads working again on Win32
1997-11-07 Nick Ing-Simmons Merge changes as of 18:00 CST
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Malcolm Beattie Change pp_tie and pp_dbmopen to use perl_call_sv instea...
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm Beattie Per-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Malcolm Beattie Finish thread state machine: fixes global destruction...
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-22 Malcolm Beattie More fprintf -> PerlIO_printf changes.
1997-09-10 Malcolm Beattie Debugging output for lock handling.
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-11 Malcolm Beattie Assorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Ilya Zakharevich Assorted OS/2 fixes
1997-08-06 Ilya Zakharevich Additional patch for "Can't execute ..."
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-06-05 Malcolm Beattie More fixups for thrperl integration.
1997-05-28 Malcolm Beattie Fixups for thrperl integration.
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-04-30 Chip Salzenberg Fix NUL-termination bug in delimcpy()
1997-04-29 Chip Salzenberg Reset errno after failed piped close
1997-04-29 Roderick Schertler Reset errno after failed piped close
1997-04-24 Perl 5 Porters [inseparable changes from match from perl-5.003_97h...
1997-04-23 Malcolm Beattie Added 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 Sarathy Fix use of var before init in util.c
1997-04-14 Chip Salzenberg Fix for environment leak
1997-04-14 Sven Verdoolaege Fix for environment leak
1997-04-02 Roderick Schertler runlevel is I32, not int
1997-03-28 Malcolm Beattie Initial 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 Sarathy Re: embedded perl and top_env problem
1997-03-25 Roderick Schertler safefree() 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...
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-15 Chip Salzenberg Fix 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 Salzenberg Ultrix 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 Allen Re: 5.003_09 and QNX
1996-11-29 Kenneth Albanowski Reliable 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 Zakharevich perl 5.003_07: util.c
1996-10-07 Jarkko Hietaniemi LC_COLLATE.
1996-09-02 Perl 5 Porters perl 5.003_05: t/op/inc.t util.c
1996-07-17 Perl 5 Porters perl 5.003_01: util.c
1996-03-24 Perl 5 Porters perl 5.002_01: util.c
1996-02-29 Andy Dougherty perl 5.002
1996-02-03 Tim Bunce Re: Strange coredump in Tk
next