| Commit message (Expand) | Author | Age | Files | Lines |
* | Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) | Achim Bohnet | 1999-01-21 | 1 | -0/+11 |
* | bogus assert() | Gurusamy Sarathy | 1999-01-17 | 1 | -6/+2 |
* | REV2: Binary number support | Wilson P. Snyder II | 1998-12-31 | 1 | -0/+2 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -19/+32 |
* | Fix \G in REx without //g | Ilya Zakharevich | 1998-11-28 | 1 | -1/+1 |
* | more conservative version of changes#2345,2346,2347; those break | Gurusamy Sarathy | 1998-11-28 | 1 | -2/+2 |
* | fix typo in pp_defined() causing C<defined %tied> to fail | Gurusamy Sarathy | 1998-11-28 | 1 | -2/+2 |
* | make $1 et al readonly under threads; make C<undef $1> fail like | Gurusamy Sarathy | 1998-11-28 | 1 | -2/+5 |
* | pp.c uses 'unsigned Quad_t' | Horst von Brand | 1998-11-18 | 1 | -7/+7 |
* | Overloaded <> and deref again | Ilya Zakharevich | 1998-10-30 | 1 | -0/+4 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -14/+17 |
* | remove doubled hunk from integration | Gurusamy Sarathy | 1998-10-28 | 1 | -7/+0 |
* | 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 |