summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed !(*s & 0x80) from pp_quotemeta(), introduced afterJarkko Hietaniemi1998-10-261-1/+1
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+1
* ord() and unpack("U*",...) should not be negativeGisle Aas1998-10-251-5/+5
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-8/+8
* avoid the circular refcnt logic in magic_mutexfree()Gurusamy Sarathy1998-10-251-1/+0
* chr(0xFFFFFFFF) didn't translate to utf8 characterLarry Wall1998-10-231-1/+1
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-0/+4
* fix buggy treatment of large checksums on unicode stringsGisle Aas1998-10-171-2/+5
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-22/+12
* seed srand from /dev/urandom when possibleRoderick Schertler1998-09-231-2/+31
* integrate maint-5.005 changes (except conflicting change#1794)Gurusamy Sarathy1998-09-231-1/+1
|\
| * fix for unpack('u') failures on OS/390Peter Prymmer1998-09-201-1/+1
* | tr/// logic was hosed under utf8Larry Wall1998-09-051-1/+1
* | various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-25/+26
* | lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-20/+23
* | fix double free on -Mutf8 -e '$b=uc("")'Larry Wall1998-08-081-2/+8
* | substr() assumes utf8 without say-soLarry Wall1998-08-081-0/+2
* | integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-26/+61
|\ \ | |/
| * tweak to avoid ambiguity warningsGurusamy Sarathy1998-08-041-3/+3
| * fix unpack('u',...) problem with spaces in inputGurusamy Sarathy1998-08-021-2/+2
| * fix longstanding bug in pack('u',...) (reads garbage beyond the endGurusamy Sarathy1998-08-021-1/+9
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-2/+2
| * support OE/MVSJarkko Hietaniemi1998-08-021-24/+51
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-29/+252
|/
* support optional crypt() with PERL_OBJECTDouglas Lankshear1998-07-221-1/+1
* applied patch, add new message to perldetaStephen McCamant1998-07-221-0/+3
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* Merge MainlineNick Ing-Simmons1998-07-191-6/+19
|\
| * Re: Configure s?rand support [PATCH 5.004_75] -- better patchAndy Dougherty1998-07-191-6/+19
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-57/+57
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-94/+94
|/
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-8/+0
* get it building again on win32Gurusamy Sarathy1998-07-091-1/+1
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-1/+1
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-041-10/+6
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-2/+2
* applied patch with tweaks to proseGisle Aas1998-07-041-4/+0
* fix use of uninitialized var in pp_unpack()Jarkko Hietaniemi1998-07-041-1/+1
* Re: [PATCH] 4-arg substr update for perl5.004_68Gisle Aas1998-06-281-41/+32
* Negative LENGTH argument to spliceGisle Aas1998-06-281-2/+5
* fixes unpack("q"...), and semctl() tests for UNICOSJarkko Hietaniemi1998-06-281-0/+6
* added patch, tweaked missed files, excised comment that doesn't reallyJoshua Pritikin1998-06-201-5/+4
* back out change#1111 and add alternative patch:Ilya Zakharevich1998-06-111-4/+1
* Re: PATCH for study/foo/Ilya Zakharevich1998-06-101-1/+4
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+1
|\
| * [win32] merge change#1015 from maintbranch (must revisit 1014 later, isGurusamy Sarathy1998-05-231-1/+1
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-13/+73
|\ \ | |/
| * [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-3/+15
| * [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-6/+30
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-1/+1