| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | Use '!' to mark native integer packings instead of '_'. | Jarkko Hietaniemi | 1999-03-03 | 1 | -4/+4 |
* | Snapshot the cross-compilation/multiarchitecture stuff | Jarkko Hietaniemi | 1999-02-22 | 1 | -0/+3 |
* | pack/unpack better in (network-)short-non-16-bits and | Jarkko Hietaniemi | 1999-02-19 | 1 | -1/+17 |
* | Enhance the packnative patch: use the packnative code | Jarkko Hietaniemi | 1999-02-15 | 1 | -16/+85 |
* | support native integers, pack("L_",...) etc. (via private mail) | Jarkko Hietaniemi | 1999-02-15 | 1 | -85/+254 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -2/+0 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -6/+24 |
* | a modified version of suggested patch for pack template 'Z'; added docs | Valeriy E. Ushakov | 1999-02-09 | 1 | -6/+15 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -39/+33 |
* | 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 |