bogus assert()
[p5sagit/p5-mst-13.2.git] / pp.c
1999-01-17 Gurusamy Sarathy bogus assert()
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-28 Gurusamy Sarathy more conservative version of changes#2345,2346,2347...
1998-11-28 Gurusamy Sarathy fix typo in pp_defined() causing C<defined %tied> to...
1998-11-28 Gurusamy Sarathy make $1 et al readonly under threads; make C<undef...
1998-11-18 Horst von Brand pp.c uses 'unsigned Quad_t'
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathy remove doubled hunk from integration
1998-10-28 Gurusamy Sarathy integrate cfgperl into mainline
1998-10-28 Jarkko Hietaniemi Bring in #2102.
1998-10-27 Larry Wall utf8 change to quotemeta broke EBCDIC
1998-10-26 Jarkko Hietaniemi Removed !(*s ...
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gisle Aas ord() and unpack("U*",...) should not be negative
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathy avoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Larry Wall chr(0xFFFFFFFF) didn't translate to utf8 character
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gisle Aas fix buggy treatment of large checksums on unicode strings
1998-10-02 Jarkko Hietaniemi various Configure and hints updates (prefer drand48...
1998-09-23 Roderick Schertler seed srand from /dev/urandom when possible
1998-09-23 Gurusamy Sarathy integrate maint-5.005 changes (except conflicting chang...
1998-09-20 Peter Prymmer fix for unpack('u') failures on OS/390
1998-09-05 Larry Wall tr/// logic was hosed under utf8
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Larry Wall fix double free on -Mutf8 -e '$b=uc("")'
1998-08-08 Larry Wall substr() assumes utf8 without say-so
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-04 Gurusamy Sarathy tweak to avoid ambiguity warnings
1998-08-02 Gurusamy Sarathy fix unpack('u',...) problem with spaces in input
1998-08-02 Gurusamy Sarathy fix longstanding bug in pack('u',...) (reads garbage...
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Douglas Lankshear support optional crypt() with PERL_OBJECT
1998-07-22 Stephen McCamant applied patch, add new message to perldeta
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons Merge Mainline
1998-07-19 Andy Dougherty Re: Configure s?rand support [PATCH 5.004_75] -- better...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-04 Joshua Pritikin fixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Ilya Zakharevich allow a flags args to fbm_instr() for future needs
1998-07-04 Gisle Aas applied patch with tweaks to prose
1998-07-04 Jarkko Hietaniemi fix use of uninitialized var in pp_unpack()
1998-06-28 Gisle Aas Re: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Gisle Aas Negative LENGTH argument to splice
1998-06-28 Jarkko Hietaniemi fixes unpack("q"...), and semctl() tests for UNICOS
1998-06-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-06-11 Ilya Zakharevich back out change#1111 and add alternative patch:
1998-06-10 Ilya Zakharevich Re: PATCH for study/foo/
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-23 Gurusamy Sarathy [win32] merge change#1015 from maintbranch (must revisi...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Andy Dougherty [PATCH for 5.004_64] Configure patch Config_64-01
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-05-07 Gurusamy Sarathy [win32] fix C<print "foo ${\()}"> (pp_refgen fumbles...
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-02 Tom Phoenix Re: Odd number of elements in hash list.
1998-04-02 Stephen McCamant Stale SP in pp_substr
1998-04-02 Malcolm Beattie Andy Dougherty's configuration patches (Config_63-01...
1998-03-17 Gurusamy Sarathy [asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Malcolm Beattie Bump patchlevel.h to 63.
1998-03-16 Charles Bailey VMS updates (direct)
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
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-02 Stephen McCamant [win32] this one with adjusted test numbers
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-25 Andy Dougherty Re: ANNOUNCE: perl5.004_60 Configure patch is available
1998-02-22 Gurusamy Sarathy [asperl] integrate latest win32 branch
1998-02-16 Nick Ing-Simmons Missing PUSHMARK in unshift TIEARRAY hook
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-06 M. J. T. Guy Re: 5.004_04 vec() fails with 32-bit values
1998-02-06 Ilya Zakharevich 5.004_56: patch for `use Fatal' again
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-19 Gurusamy Sarathy [win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-15 Nick Ing-Simmons First working TIEARRAY and other misc tie fixes
1998-01-14 Nick Ing-Simmons Not working yet - split problems ...
1998-01-14 Nick Ing-Simmons TIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1997-12-17 Charles Bailey Lots of VMS changes. vms/gen_shrfls.pl (which parses...
1997-12-17 Malcolm Beattie Fix not-reached warning for pp_threadsv.
next