Re: Problems with: Creating an installable tar archive
[p5sagit/p5-mst-13.2.git] / util.c
1998-10-25 Gisle Aas disallow 'x' in hex numbers (except leading '0x')
1998-10-20 Jarkko Hietaniemi OLD_PTHREADS_API reorganizing.
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-17 Gisle Aas Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
1998-10-06 Gurusamy Sarathy fix USE_THREADS coredump due to uninitialized PL_hv_fet...
1998-10-06 Ilya Zakharevich Cumulative OS/2-related patch
1998-09-25 Gurusamy Sarathy tweaks to enable PERL_OBJECT to build & test on win32
1998-09-07 Larry Wall index() applied BM optimization to wrong argument
1998-09-05 Larry Wall index() applied BM optimization to wrong argument
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons PL_ minir tidy up
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-Simmons Merge latest mainline
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathy fix $/ init for multiple interpreters/threads
1998-07-18 Gurusamy Sarathy fix missing init that caused RE alternations to fail...
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-09 Chip Salzenberg Allow $SIG{CHLD}='IGNORE' to work on Solaris
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-04 Ilya Zakharevich allow a flags args to fbm_instr() for future needs
1998-07-04 Hugo van der Sanden catch nonexistent backrefs in REs
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-26 Gurusamy Sarathy make find_script() return saved string, reenable missin...
1998-06-22 Gurusamy Sarathy eliminate use of tokenbuf in util.c
1998-06-21 Douglas Lankshear applied patch, along with many changes:
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-15 Gurusamy Sarathy various win32 odds and ends
1998-06-12 Jan Dubois added 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 Potter Re: 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 Zakharevich Fix 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 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-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-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
next