1998-07-24 |
Gurusamy Sarathy | create maint-5.005 branch
|
commit | commitdiff | tree |
1998-07-24 |
Gurusamy Sarathy | un-checked-in 5.005 Changes (this is 5.005 *exactly*)
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | sneak in hints/irix_6.sh update
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | Update perldelta and Changes; refresh perltoc; newer...
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | newer perlembed.pod
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | add perlmodinstall, regen perltoc
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | up patchlevel etc (only doc patching from now on, testing...
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | VMS patches from Dan Sugalski <sugalskd@osshe.edu>
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | fix quoting in t/io/inplace.t
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | suppress redefined warnings on C<INIT {} INIT {}>
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | add a few more globals with old names #defined
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | make $ prototype to accept THREADSVs
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | fix Liblist.pm to find entries that are plain pathnames...
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | perlfaq update from From Tom Christiansen and Nathan...
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | fix up B modules for PL_* changes
|
commit | commitdiff | tree |
1998-07-22 |
Gurusamy Sarathy | s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case...
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | fix off-by-one in change#623 that broke lexical lookups...
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | final tweaks before beta2
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | fixes to enable PERL_OBJECT build with mingw32/egcs...
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | fix bytecode.pl with moved var names
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | tweak toke.c
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | change case of PERL_OBJECT filenames, consistent with...
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | part 2 of PERL_OBJECT fixes (globals in bytecode.h...
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | part 1 of PERL_OBJECT fixes for new var names
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | pod tweak suggested by Ilya
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | remove compat3.sym and rename perld4.pod
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | update patchlevel, Changes
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | documentation tweaks from Abigail <abigail@fnx.com>
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | change#1481 didn't go through at all, redo it
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | workaround C<"foo" "bar"> catenation-intolerant compilers
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | do not override PERL_DESTRUCT_LEVEL if use has it set
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | fix small memory leak when mess_sv happens to be touched...
|
commit | commitdiff | tree |
1998-07-21 |
Gurusamy Sarathy | fix memory leak in C<local(*foo) = 'bar'>
|
commit | commitdiff | tree |
1998-07-20 |
Gurusamy Sarathy | add rsfp_filters and perldb to pollutants list
|
commit | commitdiff | tree |
1998-07-20 |
Gurusamy Sarathy | complete s/foo/PL_foo/ changes (all escaped cases identified...
|
commit | commitdiff | tree |
1998-07-20 |
Gurusamy Sarathy | integrate ansi branch to get s/foo/PL_foo/ changes
|
commit | commitdiff | tree |
1998-07-20 |
Gurusamy Sarathy | fix C<$1 .. $2> coredump under debugger
|
commit | commitdiff | tree |
1998-07-20 |
Gurusamy Sarathy | misc win32 config tweaks
|
commit | commitdiff | tree |
1998-07-19 |
Gurusamy Sarathy | add perltrap entry about "${#a}", as suggested by
|
commit | commitdiff | tree |
1998-07-19 |
Gurusamy Sarathy | fix and test handling of literal newlines in heredocs
|
commit | commitdiff | tree |
1998-07-19 |
Gurusamy Sarathy | unsubmitted Changes tweak
|
commit | commitdiff | tree |
1998-07-19 |
Gurusamy Sarathy | make failed matches return empty list in list context
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | remove obsolete perltrap about m//g's pos() reset behavior
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix yet another USE_THREADS leak due to failure to...
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix major bug in GIMME (introduced in 5.003_96); void...
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix lvalue leaks stemming from failure to free LvTARG(sv)
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | check ferror() only if read() returned 0
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix another CvMUTEXP() leak
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix CvMUTEXP() leaks with -Dusethreads
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix $/ init for multiple interpreters/threads
|
commit | commitdiff | tree |
1998-07-18 |
Gurusamy Sarathy | fix missing init that caused RE alternations to fail...
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | add stub docs for ext/B, other minor tweaks
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | rename some long file names to be 8.3 truncation-safe
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | minor tweaks to docs on qr//
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | typecast long vs. IV compares in pp_flip/pp_flop
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | add a few more thread.t tests
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | fix thread.t ('join $t' ne '$t->join' !)
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | add comment about cpprun etc., to hints/hpux.sh
|
commit | commitdiff | tree |
1998-07-15 |
Gurusamy Sarathy | fix warning from CGI::Carp
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | doc patches from Gisle Aas <gisle@aas.no>
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | File/Spec.pm needs trailing newline
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | unsubmitted _74 tweaks
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | up patchlevel to 74; introduce distinct archname for...
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | fix function parameter autovivification for pseudohashes
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | merge changes#1423,1465 from maintbranch; checkin two...
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | tweak t/lib/thread.t
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | add Porting/p4d2p
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | doc patches from Tom Christiansen <tchrist@chthon.perl...
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | more VMS patches from Dan Sugalski <sugalskd@osshe...
|
commit | commitdiff | tree |
1998-07-14 |
Gurusamy Sarathy | minor tweaks to perldelta and README.win32
|
commit | commitdiff | tree |
1998-07-13 |
Gurusamy Sarathy | up patchlevel to 73, update Changes &c.
|
commit | commitdiff | tree |
1998-07-13 |
Gurusamy Sarathy | avoid empty rm -f in MM_Unix.pm
|
commit | commitdiff | tree |
1998-07-13 |
Gurusamy Sarathy | update perldelta
|
commit | commitdiff | tree |
1998-07-13 |
Gurusamy Sarathy | add a few more PURIFY guards
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | add tests for change#1458 and then some
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | update MANIFEST, Changes
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | merge changes 1424, 1428 from maintbranch
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | patchlevel up to 72, update Changes, minor tweaks to...
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | various tweaks for PERL_OBJECT build & test
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | make RE engine threadsafe; -Dusethreads builds, tests...
|
commit | commitdiff | tree |
1998-07-12 |
Gurusamy Sarathy | fix pp_caller() to fully traverse stacklevels
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | fix closures in optimized C<for (1..5)> (only the tests...
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | export newRV_noinc on win32, deprecate AvFILL in favor...
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | win32 fixes for VC 6.0 nits
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | make Liblist return consistently backslashed paths
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | add 'clean' target for ext/re
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | disable CR croaking (via #define, default off) in lieu...
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | make lib/re.pm a prereq for minitest
|
commit | commitdiff | tree |
1998-07-11 |
Gurusamy Sarathy | add perlport.pod v1.23 from Chris Nandor <pudge@pobox...
|
commit | commitdiff | tree |
1998-07-10 |
Gurusamy Sarathy | misc tweaks to docs and qsortsv() warning
|
commit | commitdiff | tree |
1998-07-10 |
Gurusamy Sarathy | add win32_rename() that does what docs say
|
commit | commitdiff | tree |
1998-07-10 |
Gurusamy Sarathy | inet_aton() should do DNS lookup only if arg isn't...
|
commit | commitdiff | tree |
1998-07-10 |
Gurusamy Sarathy | undo change#1379 (order of tests *is* significant)
|
commit | commitdiff | tree |
1998-07-09 |
Gurusamy Sarathy | update Changes, perlhist.pod, beginnings of perldelta.pod
|
commit | commitdiff | tree |
1998-07-09 |
Gurusamy Sarathy | undo problematic change#1367
|
commit | commitdiff | tree |
1998-07-09 |
Gurusamy Sarathy | merge changes from maintbranch (1354, and relevant...
|
commit | commitdiff | tree |
1998-07-09 |
Gurusamy Sarathy | add Data-Dumper, up patchlevel to 71, various misc...
|
commit | commitdiff | tree |
1998-07-09 |
Gurusamy Sarathy | get it building again on win32
|
commit | commitdiff | tree |
1998-07-09 |
Gurusamy Sarathy | applied patch from Ilya, tweaked some to get clean...
|
commit | commitdiff | tree |
next |