1999-09-20 |
Gurusamy Sarathy |
queue errors due to strictures rather than printing... |
blob | commitdiff |
1999-09-12 |
Gurusamy Sarathy |
make sprintf("%g",...) threadsafe; only taint its resul... |
blob | commitdiff | diff to current |
1999-09-10 |
Gurusamy Sarathy |
avoid leaking static local_patches unless patchlevel... |
blob | commitdiff | diff to current |
1999-08-29 |
Spider Boardman |
sub : attrlist |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
perl_free() should use PerlMem_free() |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
win32 tweaks |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
support USE_THREADS+MULTIPLICITY; source compat tweaks for |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
Integrate with Nick. |
blob | commitdiff | diff to current |
1999-08-14 |
Nick Ing-Simmons |
New lightweight Carp has a require. If Carp is used... |
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-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. perl.h and util.c required... |
blob | commitdiff | diff to current |
1999-08-01 |
Ilya Zakharevich |
More optimizations to REx engine |
blob | commitdiff | diff to current |
1999-07-26 |
Gurusamy Sarathy |
INSTALL =~ s/5.006/5.6/; delay loading Errno until... |
blob | commitdiff | diff to current |
1999-07-25 |
Jarkko Hietaniemi |
Cut-and-pasto in #3737. |
blob | commitdiff | diff to current |
1999-07-25 |
Jarkko Hietaniemi |
Use vendorprefixlib. |
blob | commitdiff | diff to current |
1999-07-17 |
Ilya Zakharevich |
Segfaults if $^P |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
fixups for sundry warnings about function pointers |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
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 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich |
applied slightly tweaked version of suggested patch for |
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-04 |
Jarkko Hietaniemi |
Integrate with mainperl. |
blob | commitdiff | diff to current |
1999-07-04 |
Gurusamy Sarathy |
perl_run() should call my_exit(0) for normal completion |
blob | commitdiff | diff to current |
1999-06-27 |
Olaf Flebbe |
EPOC port to Psion5. |
blob | commitdiff | diff to current |
1999-06-27 |
Gurusamy Sarathy |
somewhat untested PERL_OBJECT cleanups (C++isms mostly |
blob | commitdiff | diff to current |
1999-06-17 |
Jarkko Hietaniemi |
Fixed two long-standing locale bugs. |
blob | commitdiff | diff to current |
1999-06-11 |
Gurusamy Sarathy |
various little tweaks; most globals are now in intrpvar... |
blob | commitdiff | diff to current |
1999-06-10 |
Gurusamy Sarathy |
most globals are now interpreter local; locale initiali... |
blob | commitdiff | diff to current |
1999-06-10 |
Gurusamy Sarathy |
win32 build fixes |
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-31 |
Gurusamy Sarathy |
tighter -help output |
blob | commitdiff | diff to current |
1999-05-24 |
Hugo van der Sanden |
name PL_in_eval bits |
blob | commitdiff | diff to current |
1999-05-11 |
Gurusamy Sarathy |
avoid creating spurious subroutine stubs on failed... |
blob | commitdiff | diff to current |
1999-05-11 |
Gurusamy Sarathy |
various fixes for clean build and test on win32; config... |
blob | commitdiff | diff to current |
1999-05-11 |
Chip Salzenberg |
gutsupport for C++ exceptions |
blob | commitdiff | diff to current |
1999-05-05 |
Charles Bailey |
applied non-conflicting parts of suggested patch |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
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-03-06 |
Gurusamy Sarathy |
tolerate CRs after options |
blob | commitdiff | diff to current |
1999-03-01 |
Gurusamy Sarathy |
destroy PL_svref_mutex in perl_destruct() |
blob | commitdiff | diff to current |
1999-02-19 |
Jarkko Hietaniemi |
Regen Configure. |
blob | commitdiff | diff to current |
1999-02-16 |
Gurusamy Sarathy |
propagate PERL_VERSION everywhere, add to pod |
blob | commitdiff | diff to current |
1999-02-15 |
Gurusamy Sarathy |
add const qualifier to most char* prototypes, handle... |
blob | commitdiff | diff to current |
1999-02-12 |
Gurusamy Sarathy |
PERL5OPT=-T enables taint mode (suggested by Jason... |
blob | commitdiff | diff to current |
1999-01-22 |
Jarkko Hietaniemi |
nosuid getmntent() branch. |
blob | commitdiff | diff to current |
1999-01-21 |
Jarkko Hietaniemi |
-DNO_NOSUID_CHECK for those platforms which have no way |
blob | commitdiff | diff to current |
1999-01-19 |
Jarkko Hietaniemi |
Jumbo Configure update. |
blob | commitdiff | diff to current |
1999-01-17 |
Gurusamy Sarathy |
change#2572 is not applicable; undo, retaining scan_bin... |
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 |
1999-01-06 |
Jan Dubois |
Based on |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff | diff to current |
1998-11-29 |
Gurusamy Sarathy |
various fixes for race conditions under threads: mutex... |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
Finishing off SNOBOL: $1 in (?{}) |
blob | commitdiff | diff to current |
1998-11-27 |
Jan Dubois |
add ext/Devel/Peek |
blob | commitdiff | diff to current |
1998-11-17 |
Gurusamy Sarathy |
ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY |
blob | commitdiff | diff to current |
1998-11-09 |
Gurusamy Sarathy |
patches from Hugo van der Sanden <hv@crypt.compulink... |
blob | commitdiff | diff to current |
1998-11-04 |
Gurusamy Sarathy |
refetch local stack pointer in POPSTACK |
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-17 |
Thomas Dorner |
POSIX BC2000 port from perl-mvs: |
blob | commitdiff | diff to current |
1998-10-17 |
Jarkko Hietaniemi |
The VM/ESA port essentials, based on |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
fix $/ init for USE_THREADS |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
fix globals caught by change#1927; builds and tests... |
blob | commitdiff | diff to current |
1998-09-25 |
Gurusamy Sarathy |
big Configure update from Jarkko: sync metaconfig units... |
blob | commitdiff | diff to current |
1998-09-24 |
Gurusamy Sarathy |
provide locked access to string table for USE_THREADS |
blob | commitdiff | diff to current |
1998-09-23 |
Green, Paul |
RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port |
blob | commitdiff | diff to current |
1998-09-23 |
Gurusamy Sarathy |
better CR-handling on shebang line and in formats ... |
blob | commitdiff | diff to current |
1998-08-09 |
Gurusamy Sarathy |
fix coredump with MULTIPLICITY (ckWARN() needs early... |
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-07 |
Paul Marquess |
Fix for command line use of source filters |
blob | commitdiff | diff to current |
1998-08-04 |
Gurusamy Sarathy |
remove useless 'rcsid' (extension of a suggestion by |
blob | commitdiff | diff to current |
1998-08-02 |
Ilya Zakharevich |
tweaked version of suggested patch |
blob | commitdiff | diff to current |
1998-08-02 |
Jarkko Hietaniemi |
support OE/MVS |
blob | commitdiff | diff to current |
1998-07-22 |
Douglas Lankshear |
win32 tweaks: disable XSLOCKS in perl.c, correct typo... |
blob | commitdiff | diff to current |
1998-07-21 |
Gurusamy Sarathy |
fix small memory leak when mess_sv happens to be touche... |
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_ 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 |
Builds and passes tests with -DMULTIPLICITY and -DCRIPP... |
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 |
fix $/ init for multiple interpreters/threads |
blob | commitdiff | diff to current |
1998-07-14 |
Jarkko Hietaniemi |
add files and tweaks needed for MPE/iX port (via PM) |
blob | commitdiff | diff to current |
1998-07-12 |
Gurusamy Sarathy |
small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi> |
blob | commitdiff | diff to current |
1998-07-12 |
Gurusamy Sarathy |
make RE engine threadsafe; -Dusethreads builds, tests... |
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-06 |
Gurusamy Sarathy |
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf... |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
fix small memleak on -e, don't try to find_script(... |
blob | commitdiff | diff to current |
1998-07-04 |
Joshua Pritikin |
fixes for mortalization bug in xsubpp, other efficiency... |
blob | commitdiff | diff to current |
1998-07-04 |
Gisle Aas |
add patch preextend global string table, tweak for... |
blob | commitdiff | diff to current |
1998-06-29 |
Ilya Zakharevich |
added patch for overloading constants, made PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-06-28 |
Joshua Pritikin |
PUSHSTACK renovation |
blob | commitdiff | diff to current |
1998-06-28 |
Ilya Zakharevich |
avoid creation of %^R |
blob | commitdiff | diff to current |
1998-06-26 |
Gurusamy Sarathy |
make find_script() return saved string, reenable missin... |
blob | commitdiff | diff to current |
next |