| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [win32] integrate mainline | Gurusamy Sarathy | 1998-05-14 | 4 | -0/+12 |
* | [win32] merge change#886 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 2 | -20/+20 |
* | [win32] support POSIX, enable more locale tests | Gurusamy Sarathy | 1998-04-17 | 3 | -4/+44 |
* | Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait) | Malcolm Beattie | 1998-04-02 | 1 | -0/+1 |
* | Andy Dougherty's configuration patches (Config_63-01 up to 04). | Malcolm Beattie | 1998-04-02 | 1 | -1/+7 |
* | 5.004_63 picky compiler fixes [PATCH] | Hans Mulder | 1998-04-02 | 1 | -6/+17 |
* | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -7/+7 |
* | Re: ANNOUNCE: perl5.004_60 Configure patch is available | Andy Dougherty | 1998-02-25 | 1 | -0/+6 |
* | Re: posix::strftime (core dumped) | Andy Dougherty | 1998-02-06 | 2 | -0/+11 |
* | Major changes to the DOS/djgpp port (including threading): | Molnar Laszlo | 1997-12-17 | 1 | -0/+2 |
* | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 1 | -5/+2 |
* | Patches for VMS [Dan Sugalski] | Malcolm Beattie | 1997-10-24 | 1 | -70/+0 |