| Commit message (Expand) | Author | Age | Files | Lines |
* | integrate cfgperl into mainline | Gurusamy Sarathy | 1998-10-28 | 1 | -0/+7 |
|\ |
|
| * | Bring in #2102. | Jarkko Hietaniemi | 1998-10-28 | 1 | -4/+24 |
| * | Removed !(*s & 0x80) from pp_quotemeta(), introduced after | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
* | | utf8 change to quotemeta broke EBCDIC | Larry Wall | 1998-10-27 | 1 | -4/+24 |
|/ |
|
* | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 1 | -1/+1 |
* | ord() and unpack("U*",...) should not be negative | Gisle Aas | 1998-10-25 | 1 | -5/+5 |
* | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -8/+8 |
* | avoid the circular refcnt logic in magic_mutexfree() | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+0 |
* | chr(0xFFFFFFFF) didn't translate to utf8 character | Larry Wall | 1998-10-23 | 1 | -1/+1 |
* | Program with utf8 identifiers fails to compile | Larry Wall | 1998-10-23 | 1 | -0/+4 |
* | fix buggy treatment of large checksums on unicode strings | Gisle Aas | 1998-10-17 | 1 | -2/+5 |
* | various Configure and hints updates (prefer drand48() or random() | Jarkko Hietaniemi | 1998-10-02 | 1 | -22/+12 |
* | seed srand from /dev/urandom when possible | Roderick Schertler | 1998-09-23 | 1 | -2/+31 |
* | integrate maint-5.005 changes (except conflicting change#1794) | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
|\ |
|
| * | fix for unpack('u') failures on OS/390 | Peter Prymmer | 1998-09-20 | 1 | -1/+1 |
* | | tr/// logic was hosed under utf8 | Larry Wall | 1998-09-05 | 1 | -1/+1 |
* | | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -25/+26 |
* | | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -20/+23 |
* | | fix double free on -Mutf8 -e '$b=uc("")' | Larry Wall | 1998-08-08 | 1 | -2/+8 |
* | | substr() assumes utf8 without say-so | Larry Wall | 1998-08-08 | 1 | -0/+2 |
* | | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -26/+61 |
|\ \
| |/ |
|
| * | tweak to avoid ambiguity warnings | Gurusamy Sarathy | 1998-08-04 | 1 | -3/+3 |
| * | fix unpack('u',...) problem with spaces in input | Gurusamy Sarathy | 1998-08-02 | 1 | -2/+2 |
| * | fix longstanding bug in pack('u',...) (reads garbage beyond the end | Gurusamy Sarathy | 1998-08-02 | 1 | -1/+9 |
| * | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 1 | -2/+2 |
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -24/+51 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -29/+252 |
|/ |
|
* | support optional crypt() with PERL_OBJECT | Douglas Lankshear | 1998-07-22 | 1 | -1/+1 |
* | applied patch, add new message to perldeta | Stephen McCamant | 1998-07-22 | 1 | -0/+3 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -1/+1 |
* | Merge Mainline | Nick Ing-Simmons | 1998-07-19 | 1 | -6/+19 |
|\ |
|
| * | Re: Configure s?rand support [PATCH 5.004_75] -- better patch | Andy Dougherty | 1998-07-19 | 1 | -6/+19 |
* | | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -57/+57 |
* | | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -94/+94 |
|/ |
|
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -8/+0 |
* | get it building again on win32 | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+1 |
* | add patch for C<use re 'debug'> | Ilya Zakharevich | 1998-07-08 | 1 | -1/+1 |
* | fixes for mortalization bug in xsubpp, other efficiency tweaks | Joshua Pritikin | 1998-07-04 | 1 | -10/+6 |
* | allow a flags args to fbm_instr() for future needs | Ilya Zakharevich | 1998-07-04 | 1 | -2/+2 |
* | applied patch with tweaks to prose | Gisle Aas | 1998-07-04 | 1 | -4/+0 |
* | fix use of uninitialized var in pp_unpack() | Jarkko Hietaniemi | 1998-07-04 | 1 | -1/+1 |
* | Re: [PATCH] 4-arg substr update for perl5.004_68 | Gisle Aas | 1998-06-28 | 1 | -41/+32 |
* | Negative LENGTH argument to splice | Gisle Aas | 1998-06-28 | 1 | -2/+5 |
* | fixes unpack("q"...), and semctl() tests for UNICOS | Jarkko Hietaniemi | 1998-06-28 | 1 | -0/+6 |
* | added patch, tweaked missed files, excised comment that doesn't really | Joshua Pritikin | 1998-06-20 | 1 | -5/+4 |
* | back out change#1111 and add alternative patch: | Ilya Zakharevich | 1998-06-11 | 1 | -4/+1 |
* | Re: PATCH for study/foo/ | Ilya Zakharevich | 1998-06-10 | 1 | -1/+4 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -1/+1 |
|\ |
|
| * | [win32] merge change#1015 from maintbranch (must revisit 1014 later, is | Gurusamy Sarathy | 1998-05-23 | 1 | -1/+1 |
* | | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -13/+73 |
|\ \
| |/ |
|