| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | applied patch, moved #define mkfifo ... from perl.h to POSIX.xs | Jarkko Hietaniemi | 1998-06-23 | 3 | -3/+30 |
* | tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+1 |
* | manual integration of all outstanding ansi branch stuff into mainline | Gurusamy Sarathy | 1998-06-20 | 1 | -0/+2 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 2 | -6/+18 |
|\ |
|
| * | [win32] misc changes | Gurusamy Sarathy | 1998-05-29 | 1 | -3/+2 |
| * | [win32] merge changes#1014,1038 from maintbranch | Gurusamy Sarathy | 1998-05-29 | 1 | -1/+1 |
| * | Integrated win32 branch into mainline. The changes to t/op/ipc*.t | Malcolm Beattie | 1998-05-28 | 1 | -2/+11 |
| |\ |
|
| | * | [win32] more mingw32 tweaks | Gurusamy Sarathy | 1998-05-21 | 1 | -1/+6 |
| | * | [win32] fix POSIX for mingw32 | Gurusamy Sarathy | 1998-05-21 | 1 | -2/+6 |
| * | | [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints | Andy Dougherty | 1998-05-28 | 1 | -1/+5 |
| |/ |
|
* | | [asperl] more changes to satisfy non-debug VC build (C-API doesn't | Gurusamy Sarathy | 1998-05-26 | 1 | -2/+3 |
* | | [asperl] tweaks to make it build with the Borland compiler. Won't run | Gurusamy Sarathy | 1998-05-26 | 1 | -1/+7 |
|/ |
|
* | [win32] merge changes#922,944,949,965,970 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 1 | -5/+7 |