| Commit message (Expand) | Author | Age | Files | Lines |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -4/+4 |
* | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -4/+2 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -1/+1 |
* | Prevent "Out of memory" error in POSIX's strftime() | Jan Dubois | 1999-10-15 | 1 | -9/+16 |
* | normalize time for strftime() (without the isdst effects of | Spider Boardman | 1999-09-24 | 3 | -8/+195 |
* | control change#1914 via hints (causes problems on some platforms) | Gurusamy Sarathy | 1999-09-19 | 3 | -2/+6 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -2/+2 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -5/+7 |
* | Patches needed to get _60 building with | Dan Sugalski | 1999-08-10 | 1 | -0/+1 |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 1 | -1/+1 |
* | Integrate with Sarathy (5.005_58). | Jarkko Hietaniemi | 1999-07-27 | 1 | -3/+7 |
|\ |
|
| * | decrease memory footprint of standard modules | Ilya Zakharevich | 1999-07-27 | 1 | -3/+7 |
* | | Use long doubles only if they are useful. | Jarkko Hietaniemi | 1999-07-26 | 1 | -1/+1 |
|/ |
|
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -1/+4 |
* | slightly modified version of suggested patch | Steven N. Hirsch | 1999-07-07 | 1 | -6/+16 |
* | cygwin32 update | Fifer, Eric | 1999-07-05 | 2 | -1/+2 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -1/+1 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -3/+3 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -4/+4 |
* | missed a few files | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+1 |
* | Cosmetic OS/2-related patches | Ilya Zakharevich | 1999-05-28 | 1 | -2/+6 |
* | additional cleanups for cygwin32 port | Fifer, Eric | 1999-05-17 | 1 | -0/+3 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 1 | -1/+3 |
* | Re: Misspelled macro in ext/POSIX/POSIX.xs? | Andy Dougherty | 1999-04-10 | 1 | -1/+1 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -4/+4 |
* | use New() et al., rather than safemalloc() et al. | Jan Dubois | 1999-02-15 | 1 | -9/+11 |
* | Document the standard strftime %formats. | Dominic Dunlop | 1999-02-03 | 1 | -1/+5 |
* | Fix typecasts in #2797 | G. Del Merritt | 1999-02-02 | 1 | -2/+2 |
* | POSIX::strftime buffer overflow problem | Ted Law | 1999-02-02 | 1 | -1/+35 |
* | POSIX::redef setv?buf() to IO::Handle:: (by gbarr). | Jarkko Hietaniemi | 1999-02-02 | 1 | -0/+8 |
* | Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de> | Jarkko Hietaniemi | 1999-01-13 | 1 | -0/+2 |
* | POSIX getpgrp is not -w clean | W. Phillip Moore | 1999-01-06 | 1 | -1/+1 |
* | Reword the setlocale() 1-arg case better. | Jarkko Hietaniemi | 1999-01-05 | 1 | -7/+11 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+3 |
* | Add -lm to dynix/ptx POSIX hints. | Martin J. Bligh | 1998-11-28 | 1 | -1/+1 |
* | Re: Making Perl work on DYNIX/ptx | Martin J. Bligh | 1998-11-12 | 1 | -0/+4 |
* | #2133 fallout. | Jarkko Hietaniemi | 1998-10-30 | 1 | -2/+2 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -2/+0 |
* | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+14 |
* | qualify names of builtins | Gurusamy Sarathy | 1998-10-17 | 1 | -51/+51 |
* | correct bugs exposed in MM_Unix.pm by commenting out Selfloader | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+1 |
* | normalize tm struct passed to strftime() with mktime() | Spider Boardman | 1998-10-02 | 2 | -4/+6 |
* | Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes | Jarkko Hietaniemi | 1998-08-02 | 1 | -1/+0 |
* | hand-apply whitespace-mutiliated patch | Nicholas Clark | 1998-08-02 | 2 | -1/+3 |
* | Mingw32 PERL_OBJECT tweaks | Nick Ing-Simmons | 1998-07-21 | 1 | -0/+1 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -18/+18 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -2/+2 |
* | generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS | Jarkko Hietaniemi | 1998-07-12 | 1 | -0/+4 |
* | mknod() is not POSIX, so remove the POSIX pieces from change#1199 | Gurusamy Sarathy | 1998-06-25 | 3 | -20/+1 |
* | tweak MANIFEST, add Dev_t to POSIX/typemap | Gurusamy Sarathy | 1998-06-23 | 1 | -0/+1 |