1999-09-17 |
Jarkko Hietaniemi |
The change #4176 should've undone only the test, not... |
blob | commitdiff |
1999-09-17 |
Jarkko Hietaniemi |
Take away the infamous io/dup.t #7. |
blob | commitdiff | diff to current |
1999-09-13 |
Robin Barker |
Replace change #4100 with |
blob | commitdiff |
1999-09-07 |
Robin Barker |
Fix pointer casts. |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
A fix of sorts for the flush-before-dup scenario. |
blob | commitdiff | diff to current |
1999-08-14 |
Jarkko Hietaniemi |
Augment filesize limit note. |
blob | commitdiff | diff to current |
1999-08-14 |
Jarkko Hietaniemi |
Note about filesize limits. |
blob | commitdiff | diff to current |
1999-08-13 |
Jarkko Hietaniemi |
Jumbo Configure and large file support update. |
blob | commitdiff | diff to current |
1999-08-11 |
Mark-Jason Dominus |
Flush buffer before duplicating file descriptor. |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Use Pid_t. |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Use Mode_t. |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Gratuitous uid and gid casts to I32s and ints removed. |
blob | commitdiff | diff to current |
1999-08-03 |
Jarkko Hietaniemi |
Retract #3912, much too many compilation warnings |
blob | commitdiff | diff to current |
1999-08-03 |
Sven Verdoolaege |
(Retracted). See #3913. |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. perl.h and util.c required... |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
64-bit work. Now 32-bit platforms get a 100% make... |
blob | commitdiff | diff to current |
1999-08-01 |
Fifer, Eric |
cygwin update |
blob | commitdiff | diff to current |
1999-07-27 |
Ilya Zakharevich |
applied suggested patch; added missing prototype changes to |
blob | commitdiff | diff to current |
1999-07-26 |
Gurusamy Sarathy |
ensure implicitly closed handles don't set $? or $! |
blob | commitdiff | diff to current |
1999-07-18 |
Gurusamy Sarathy |
detypo, update Changes |
blob | commitdiff | diff to current |
1999-07-17 |
Ilya Zakharevich |
make system() return -1 and set $! if exec of child... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
sundry cleanups for clean build on windows |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
fixes for logical bugs in the lexwarn patch; other... |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
blob | commitdiff | diff to current |
1999-07-07 |
Gurusamy Sarathy |
better diagnostics on read operations from write-only |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich |
Optimize 2>&1 in commands |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Dan Sugalski |
slightly tweaked version of suggested patch |
blob | commitdiff | diff to current |
1999-07-05 |
Jarkko Hietaniemi |
Hack SOCKS support some more plus a patch from Andy... |
blob | commitdiff | diff to current |
1999-07-05 |
Jarkko Hietaniemi |
Integrate with mainperl. |
blob | commitdiff | diff to current |
1999-07-05 |
Fifer, Eric |
cygwin32 update |
blob | commitdiff | diff to current |
1999-07-04 |
Jarkko Hietaniemi |
Miscellaneus AIX fixes + SOCKS support. |
blob | commitdiff | diff to current |
1999-06-27 |
Olaf Flebbe |
EPOC port to Psion5. |
blob | commitdiff | diff to current |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
blob | commitdiff | diff to current |
1999-06-07 |
Gurusamy Sarathy |
initial stub implementation of implicit thread/this |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
remove _() non-ansism |
blob | commitdiff | diff to current |
1999-05-25 |
Gurusamy Sarathy |
assorted tweaks |
blob | commitdiff | diff to current |
1999-05-10 |
Ilya Zakharevich |
Self-consistent numeric conversion again |
blob | commitdiff | diff to current |
1999-05-10 |
Ilya Zakharevich |
Re: [PATCH 5.005_56] Make open(F,"command |") return... |
blob | commitdiff | diff to current |
1999-04-13 |
Jarkko Hietaniemi |
Croak if no known ways to semctl() (don't assume union... |
blob | commitdiff | diff to current |
1999-04-04 |
Jarkko Hietaniemi |
Integrate from mainperl. |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy |
remove duplicate code and an extra branch in sv_setsv... |
blob | commitdiff | diff to current |
1999-04-03 |
John Bley |
Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead... |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-02-24 |
Gurusamy Sarathy |
more "correct" utbuf for utime() |
blob | commitdiff | diff to current |
1999-02-15 |
Spider Boardman |
Import Ultrix update, change #2864, |
blob | commitdiff | diff to current |
1999-01-17 |
Gurusamy Sarathy |
fix silent taint failures under -U |
blob | commitdiff | diff to current |
1999-01-17 |
Gurusamy Sarathy |
sanity check piped opens (tweaked version of patch... |
blob | commitdiff | diff to current |
1999-01-13 |
Jarkko Hietaniemi |
Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de> |
blob | commitdiff | diff to current |
1998-12-21 |
Mark-Jason Dominus |
To: perl5-porters@perl.com |
blob | commitdiff | diff to current |
1998-11-30 |
Gurusamy Sarathy |
integrate changes#2273,2274,2288,2291 from maint-5.004 |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
remaining PL_foo stragglers |
blob | commitdiff | diff to current |
1998-10-30 |
Jarkko Hietaniemi |
#2133 fallout. |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
phase 1 of somewhat major rearrangement of PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-10-02 |
Scott Henry |
use Off_t to permit 64-bit seek() |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
big Configure update from Jarkko: sync metaconfig units... |
blob | commitdiff | diff to current |
1998-08-09 |
Gurusamy Sarathy |
add missing dTHR; notes for test failures due to small... |
blob | commitdiff | diff to current |
1998-08-09 |
Paul Marquess |
lexical warnings; tweaks to places that didn't apply... |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi |
support OE/MVS |
blob | commitdiff | diff to current |
1998-07-22 |
Hans Mulder |
Fix inplace editing for VMS |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ scheme Builds under Minw32 - some SEGFAULT snags |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ stuff for threads |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-07-08 |
Gurusamy Sarathy |
make -i'*suffix' work too |
blob | commitdiff | diff to current |
1998-07-08 |
Colin Kuskie |
added patch for -i'foo*bar', made code somewhat simpler... |
blob | commitdiff | diff to current |
1998-06-18 |
Gurusamy Sarathy |
fix memory leaks and uninitialized memory accesses... |
blob | commitdiff | diff to current |
1998-05-31 |
Graham Barr |
[win32] semctl tweak |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[win32] merge changes#1014,1038 from maintbranch |
blob | commitdiff | diff to current |
1998-05-28 |
Andy Dougherty |
[PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solari... |
blob | commitdiff | diff to current |
1998-05-28 |
Malcolm Beattie |
Back out change 1043 since Andy's forthcoming Config... |
blob | commitdiff | diff to current |
1998-05-28 |
Jarkko Hietaniemi |
This change really is: |
blob | commitdiff | diff to current |
1998-05-28 |
Andy Dougherty |
[PATCH 5.004_65] Config_65-01: lchown() detection. |
blob | commitdiff | diff to current |
1998-05-26 |
Gurusamy Sarathy |
[asperl] tweaks to make it build with the Borland compi... |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-15 |
Malcolm Beattie |
Patch from Sarathy to fix up win32 integration. Patch... |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge changes#906,907,909,910 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#897 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#896 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#887 from maintbranch |
blob | commitdiff | diff to current |
1998-03-12 |
Gurusamy Sarathy |
[asperl] added AS patch#12 with minor changes |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] change all 'sp' to 'SP' in code and in the... |
blob | commitdiff | diff to current |
1998-03-03 |
Hugo van der Sanden |
[win32] yet another maintpatch |
blob | commitdiff | diff to current |
1998-03-02 |
Roderick Schertler |
[win32] another 'old' patch |
blob | commitdiff | diff to current |
1998-02-25 |
Gisle Aas |
#ifdef CAN_PROTOTYPE cleanup |
blob | commitdiff | diff to current |
1998-02-16 |
Gurusamy Sarathy |
[win32] fix mingw32 gcc 2.8.0 build (DLLs generated... |
blob | commitdiff | diff to current |
1998-02-06 |
Chip Salzenberg |
Some Chip patches (some tweaked to match _5x source): |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] added AS patch#2 |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] Created new branch from win32@396, added AS... |
blob | commitdiff | diff to current |
1998-01-19 |
Gurusamy Sarathy |
[win32] foo() -> PerlGroup_foo() patch from ActiveState |
blob | commitdiff | diff to current |
1998-01-17 |
Robin Barker |
Message-Id: <26260.9712191719@lightning.cise.npl.co.uk> |
blob | commitdiff | diff to current |
1998-01-04 |
Tye McQueen |
[win32] Add a tweaked version of: |
blob | commitdiff | diff to current |
1997-12-17 |
Molnar Laszlo |
Major changes to the DOS/djgpp port (including threading): |
blob | commitdiff | diff to current |
1997-11-05 |
Nick Ing-Simmons |
Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) |
blob | commitdiff | diff to current |
1997-10-31 |
Nick Ing-Simmons |
Convert miniperl sources to ANSI C. Several passes of |
blob | commitdiff | diff to current |
1997-10-08 |
Malcolm Beattie |
Merge maint-5.004 branch (5.004_03) with mainline. |
blob | commitdiff | diff to current |
1997-10-03 |
Malcolm Beattie |
Remove last traces of "tokenbuf as temp buffer" and... |
blob | commitdiff | diff to current |
1997-09-30 |
Malcolm Beattie |
Merge maint-5.004 branch (5.004_01) with mainline. |
blob | commitdiff | diff to current |
1997-08-07 |
Tim Bunce |
[inseperable differences up to perl 5.004_02] |
blob | commitdiff | diff to current |
next |