1999-06-02 |
Gurusamy Sarathy |
remove _() non-ansism |
blob | commitdiff |
1999-06-02 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
remove stray K&R-isms |
blob | commitdiff | diff to current |
1999-05-29 |
Jarkko Hietaniemi |
Make Configure support the change #3367, |
blob | commitdiff | diff to current |
1999-05-10 |
Patrick O'Brien |
shadow password support for Solaris (needs Configure... |
blob | commitdiff | diff to current |
1999-05-10 |
Alexander Smishlajev |
cygwin32 update (untested adaptation of patch against... |
blob | commitdiff | diff to current |
1999-05-09 |
Gurusamy Sarathy |
flush all open output buffers before fork(), exec(... |
blob | commitdiff | diff to current |
1999-05-08 |
Nick Ing-Simmons |
Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO... |
blob | commitdiff | diff to current |
1999-05-07 |
Nick Ing-Simmons |
Implement open( my $fh, ...) and similar. |
blob | commitdiff | diff to current |
1999-05-06 |
Nick Ing-Simmons |
open(FH,undef) # creates new_tmpfile opened read/write |
blob | commitdiff | diff to current |
1999-04-26 |
Gurusamy Sarathy |
allow embedded null characters in diagnostics |
blob | commitdiff | diff to current |
1999-04-04 |
Jarkko Hietaniemi |
Integrate from mainperl. |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
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-23 |
Jarkko Hietaniemi |
Integrate from mainperl. |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
update copyright years |
blob | commitdiff | diff to current |
1999-03-15 |
Wilfredo Sánchez |
First pass of integrating the Rhapsody port, |
blob | commitdiff | diff to current |
1999-02-14 |
Gurusamy Sarathy |
allow C<select('foo')> to autovivify *foo (SelectSaver... |
blob | commitdiff | diff to current |
1999-02-12 |
Gurusamy Sarathy |
fix ops that are not filehandle constructors to not... |
blob | commitdiff | diff to current |
1999-02-02 |
Jarkko Hietaniemi |
telldir prototype issue, from mists of time... |
blob | commitdiff | diff to current |
1999-01-21 |
Jarkko Hietaniemi |
Two-argument eaccess() of SCO. |
blob | commitdiff | diff to current |
1998-12-06 |
Gurusamy Sarathy |
fix outdated/incorrect info about arbitrary limits |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-11-21 |
Gurusamy Sarathy |
another win32 portability fix: make sysread() and syswr... |
blob | commitdiff | diff to current |
1998-11-08 |
Gurusamy Sarathy |
integrate cfgperl changes into mainline |
blob | commitdiff | diff to current |
1998-11-08 |
Gurusamy Sarathy |
set close-on-exec bit on pipe() FDs |
blob | commitdiff | diff to current |
1998-11-04 |
Spider Boardman |
sysio.t failure: fix undefined order of evaluation... |
blob | commitdiff | diff to current |
1998-10-30 |
Ilya Zakharevich |
Overloaded <> and deref again |
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-25 |
Gurusamy Sarathy |
fix stack overrun in file test operators |
blob | commitdiff | diff to current |
1998-10-25 |
Gurusamy Sarathy |
integrate changes#1982,2014,2021 (from maint-5.005) |
blob | commitdiff | diff to current |
1998-10-25 |
Jarkko Hietaniemi |
commented version of a patch suggested by Drago Goricanec |
blob | commitdiff | diff to current |
1998-10-17 |
Jarkko Hietaniemi |
The VM/ESA port essentials, based on |
blob | commitdiff | diff to current |
1998-10-17 |
Gisle Aas |
applied suggested patch with small doc tweak |
blob | commitdiff | diff to current |
1998-10-02 |
Scott Henry |
use Off_t to permit 64-bit seek() |
blob | commitdiff | diff to current |
1998-10-02 |
Jarkko Hietaniemi |
various Configure and hints updates (prefer drand48... |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
update template config.sh, add new config vars to win32... |
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 |
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-08-01 |
Winfried König |
stray s/foo/PL_foo/ |
blob | commitdiff | diff to current |
1998-07-26 |
Lupe Christoph |
another platform where pp_sselect() needs a whole fd_se... |
blob | commitdiff | diff to current |
1998-07-21 |
Jarkko Hietaniemi |
allocate a whole fd_set for pp_sselect() on more platforms |
blob | commitdiff | diff to current |
1998-07-20 |
Gurusamy Sarathy |
complete s/foo/PL_foo/ changes (all escaped cases ident... |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ stuff passes non-threaded on Mingw32 |
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-18 |
Gurusamy Sarathy |
check ferror() only if read() returned 0 |
blob | commitdiff | diff to current |
1998-07-14 |
Gurusamy Sarathy |
merge changes#1423,1465 from maintbranch; checkin two... |
blob | commitdiff | diff to current |
1998-07-12 |
Jarkko Hietaniemi |
generic Configure mods and HAS_GROUP additions to help... |
blob | commitdiff | diff to current |
1998-07-11 |
Douglas Lankshear |
added patch, made linking with setargv a build option |
blob | commitdiff | diff to current |
1998-07-09 |
Gurusamy Sarathy |
get it building again on win32 |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf... |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
per Larry suggestion, toss change#1327 and fix the... |
blob | commitdiff | diff to current |
1998-07-05 |
Gurusamy Sarathy |
make read() return undef on errors as documented, and... |
blob | commitdiff | diff to current |
1998-07-05 |
Gurusamy Sarathy |
fix getc() to return empty string instead of undef... |
blob | commitdiff | diff to current |
1998-06-28 |
Joshua Pritikin |
PUSHSTACK renovation |
blob | commitdiff | diff to current |
1998-06-23 |
Ilya Zakharevich |
applied patch, regen headers |
blob | commitdiff | diff to current |
1998-06-10 |
Graham Barr |
fix for undef as last arg to setsockopt |
blob | commitdiff | diff to current |
1998-05-29 |
Malcolm Beattie |
Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi). |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-05-23 |
Gurusamy Sarathy |
[win32] merge changes#1016,1018 from maintbranch (1017... |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[win32] more whitespace tweaks from maintbranch |
blob | commitdiff | diff to current |
1998-05-16 |
Gurusamy Sarathy |
[win32] merge change#985 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] integrate mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Malcolm Beattie |
Integrate win32 branch into mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Andy Dougherty |
[PATCH for 5.004_64] Configure patch Config_64-01 |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#886 from maintbranch |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] implement stack-of-stacks so that magic invocat... |
blob | commitdiff | diff to current |
1998-04-02 |
Malcolm Beattie |
Andy Dougherty's configuration patches (Config_63-01... |
blob | commitdiff | diff to current |
1998-04-02 |
Stephen Potter |
Re: doc: perlrun typo |
blob | commitdiff | diff to current |
1998-03-16 |
Malcolm Beattie |
Bump patchlevel.h to 63. |
blob | commitdiff | diff to current |
1998-03-16 |
Andy Dougherty |
[PATCH 5.004_62} Config_62-01 patch available. |
blob | commitdiff | diff to current |
1998-03-16 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-03-16 |
Gurusamy Sarathy |
[asperl] various changes to get asperl working under... |
blob | commitdiff | diff to current |
1998-03-07 |
Nick Ing-Simmons |
There has been a 'thaw' in config.h (the ICE has gone... |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline 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-05 |
Andy Dougherty |
Configure patches -01 and -02 for 5.004_61. |
blob | commitdiff | diff to current |
1998-03-01 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-02-27 |
Graham Barr |
_60 & _04 - Add WRITE & CLOSE to TIEHANDLE |
blob | commitdiff | diff to current |
1998-02-25 |
Andy Dougherty |
Re: ANNOUNCE: perl5.004_60 Configure patch is available |
blob | commitdiff | diff to current |
1998-02-22 |
Gurusamy Sarathy |
[asperl] integrate latest win32 branch |
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-14 |
Gurusamy Sarathy |
[asperl] bring ASPerl uptodate with mainline changes |
blob | commitdiff | diff to current |
1998-02-12 |
Jarkko Hietaniemi |
[PATCH] 5.004_58: the locale.t problem in IRIX |
blob | commitdiff | diff to current |
1998-01-30 |
Gurusamy Sarathy |
[asperl] initial merge of latest win32 branch into... |
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-24 |
Nick Ing-Simmons |
Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris. |
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 |
Nick Ing-Simmons |
Permit tie ?foo,$object |
blob | commitdiff | diff to current |
1998-01-14 |
Nick Ing-Simmons |
TIEARRAY updates - almost works ... |
blob | commitdiff | diff to current |
1998-01-13 |
Nick Ing-Simmons |
tiearray tweaks |
blob | commitdiff | diff to current |
1998-01-08 |
Gurusamy Sarathy |
print/printf/... over-eager mg_find for glob magic: |
blob | commitdiff | diff to current |
next |