| Commit message (Expand) | Author | Age | Files | Lines |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -70/+70 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -20/+14 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -4/+4 |
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -10/+11 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -1/+1 |
* | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 1 | -1/+1 |
* | better range-checking on list slices, with test | Hugo van der Sanden | 1999-05-12 | 1 | -10/+7 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+1 |
* | Self-consistent numeric conversion again | Ilya Zakharevich | 1999-05-10 | 1 | -3/+3 |
* | pp_modulo comment tweak from Ilya | Gurusamy Sarathy | 1999-05-10 | 1 | -11/+6 |
* | avoid temporary files named 'tmp' | Gurusamy Sarathy | 1999-05-08 | 1 | -1/+0 |
* | Tweaks to open(my $fh,...) stuff | Nick Ing-Simmons | 1999-05-08 | 1 | -5/+8 |
* | Implement open( my $fh, ...) and similar. | Nick Ing-Simmons | 1999-05-07 | 1 | -1/+21 |
* | Make % use fmod() | Ilya Zakharevich | 1999-05-07 | 1 | -39/+90 |
* | fix buggy reference count on refs to SVs with autoviv magic | Gurusamy Sarathy | 1999-04-25 | 1 | -0/+2 |
* | Add information about the two DEC C compiler optimizer bugs | Jarkko Hietaniemi | 1999-04-13 | 1 | -7/+21 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -6/+6 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -18/+8 |
* | 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 |