1998-11-28 |
Gurusamy Sarathy | add $config_args to perl -V display (suggested by Ilya...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | integrate cfgperl changes into mainline
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | allow final period in a file (not followed by a newline) to
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | update Test.pm to Test-1.12; tweak 're' detection
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | avoid command-line quoting portability problems in...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | s/Array/List/ suggested by John Tobey
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | update tie() entry in perlfunc to reflect TIEARRAY...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | add perlreftut.pod
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | add IO-1.20; mess with t/lib/io_*.t in an attempt to
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | more conservative version of changes#2345,2346,2347...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | tweak bogus test
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | test cases for previous change
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | fix typo in pp_defined() causing C<defined %tied> to...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | s/comment/comment_t/ tweak (suggested by John Gorman
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | add (stub) perldelta.pod
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | rename perldelta.pod to perl5005delta.pod in preparation for
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | fix MALLOC_LOCK #define
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | make $1 et al readonly under threads; make C<undef...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | s/Regexp/re/ and clarify policy on lowercased object...
|
commit | commitdiff | tree |
1998-11-28 |
Gurusamy Sarathy | document changed PERL_HASH()
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | integrate change#2315 from maint-5.005
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | integrate changes#2304,2305,2306,2308 from maint-5.005
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | malloc bugfix and documentation from Ilya Zakharevich
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | B::C tweaks to allow Tk compiles from Nick Ing-Simmons
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | ensure 'make regen_headers' even without perl installed
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | eliminate dup hunk from integration
|
commit | commitdiff | tree |
1998-11-27 |
Gurusamy Sarathy | integrate cfgperl changes into mainline
|
commit | commitdiff | tree |
1998-11-26 |
Gurusamy Sarathy | fix PL_defoutgv leak under threads
|
commit | commitdiff | tree |
1998-11-26 |
Gurusamy Sarathy | properly free temporaries created by threads
|
commit | commitdiff | tree |
1998-11-26 |
Gurusamy Sarathy | fix C<if (...) { package Foo; ... }> misoptimization...
|
commit | commitdiff | tree |
1998-11-22 |
Gurusamy Sarathy | fix broken CAPI generation
|
commit | commitdiff | tree |
1998-11-22 |
Gurusamy Sarathy | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
|
commit | commitdiff | tree |
1998-11-21 |
Gurusamy Sarathy | another win32 portability fix: make sysread() and syswrite()
|
commit | commitdiff | tree |
1998-11-21 |
Gurusamy Sarathy | win32_recvfrom() compatibility fix
|
commit | commitdiff | tree |
1998-11-19 |
Gurusamy Sarathy | mess_sv tweak for change#2249
|
commit | commitdiff | tree |
1998-11-18 |
Gurusamy Sarathy | use PL_mess_sv only during global destruction (fixes...
|
commit | commitdiff | tree |
1998-11-18 |
Gurusamy Sarathy | tweak change#2245 to skip previous message if any
|
commit | commitdiff | tree |
1998-11-17 |
Gurusamy Sarathy | allow C<sort $coderef @foo>
|
commit | commitdiff | tree |
1998-11-17 |
Gurusamy Sarathy | propagate failures in DESTROY() as (optional) warnings
|
commit | commitdiff | tree |
1998-11-17 |
Gurusamy Sarathy | ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
|
commit | commitdiff | tree |
1998-11-17 |
Gurusamy Sarathy | sort WARN_FOO symbols to avoid hash traversal order...
|
commit | commitdiff | tree |
1998-11-17 |
Gurusamy Sarathy | fix skipspace() to properly account for newlines in...
|
commit | commitdiff | tree |
1998-11-17 |
Gurusamy Sarathy | s/Perl_utf8skip/PL_utf8skip/g
|
commit | commitdiff | tree |
1998-11-14 |
Gurusamy Sarathy | rework op/groups.t
|
commit | commitdiff | tree |
1998-11-14 |
Gurusamy Sarathy | catch a neophyte trap: open(<FH>), close(<FH>) etc.
|
commit | commitdiff | tree |
1998-11-14 |
Gurusamy Sarathy | update Changes
|
commit | commitdiff | tree |
1998-11-13 |
Gurusamy Sarathy | doc tweak
|
commit | commitdiff | tree |
1998-11-11 |
Gurusamy Sarathy | provide -DPERL_POLLUTE
|
commit | commitdiff | tree |
1998-11-09 |
Gurusamy Sarathy | avoid endless loops in Text::Wrap (from a suggestion...
|
commit | commitdiff | tree |
1998-11-09 |
Gurusamy Sarathy | fix misplaced brace in s2p (as suggested by Lionel...
|
commit | commitdiff | tree |
1998-11-09 |
Gurusamy Sarathy | patches from Hugo van der Sanden <hv@crypt.compulink...
|
commit | commitdiff | tree |
1998-11-08 |
Gurusamy Sarathy | integrate changes#2120,2168,2218 from maint-5.005;
|
commit | commitdiff | tree |
1998-11-08 |
Gurusamy Sarathy | integrate cfgperl changes into mainline
|
commit | commitdiff | tree |
1998-11-08 |
Gurusamy Sarathy | set close-on-exec bit on pipe() FDs
|
commit | commitdiff | tree |
1998-11-08 |
Gurusamy Sarathy | typo in newHVhv()
|
commit | commitdiff | tree |
1998-11-06 |
Gurusamy Sarathy | fix AvREALISH bogusness
|
commit | commitdiff | tree |
1998-11-05 |
Gurusamy Sarathy | another POPSTACK victim
|
commit | commitdiff | tree |
1998-11-05 |
Gurusamy Sarathy | fix a location affected by change#2191, add note about...
|
commit | commitdiff | tree |
1998-11-05 |
Gurusamy Sarathy | makefile notes
|
commit | commitdiff | tree |
1998-11-04 |
Gurusamy Sarathy | indeterminate order-of-evaluation fixes
|
commit | commitdiff | tree |
1998-11-04 |
Gurusamy Sarathy | refetch local stack pointer in POPSTACK
|
commit | commitdiff | tree |
1998-11-04 |
Gurusamy Sarathy | fix return value of win32_pclose()
|
commit | commitdiff | tree |
1998-11-04 |
Gurusamy Sarathy | s/sv_upgrade/SvUPGRADE/ a couple of places
|
commit | commitdiff | tree |
1998-10-31 |
Gurusamy Sarathy | bump patchlevel; other minor fixes for clean build...
|
commit | commitdiff | tree |
1998-10-31 |
Gurusamy Sarathy | Data::Dumper update
|
commit | commitdiff | tree |
1998-10-30 |
Gurusamy Sarathy | mention the C<$SIG{CHLD} = 'IGNORE'> special case
|
commit | commitdiff | tree |
1998-10-30 |
Gurusamy Sarathy | remaining PL_foo stragglers
|
commit | commitdiff | tree |
1998-10-30 |
Gurusamy Sarathy | integrate cfgperl tweaks into mainline
|
commit | commitdiff | tree |
1998-10-30 |
Gurusamy Sarathy | phase 1 of somewhat major rearrangement of PERL_OBJECT...
|
commit | commitdiff | tree |
1998-10-28 |
Gurusamy Sarathy | remove doubled hunk from integration
|
commit | commitdiff | tree |
1998-10-28 |
Gurusamy Sarathy | MM patches from Ilya Zakharevich
|
commit | commitdiff | tree |
1998-10-28 |
Gurusamy Sarathy | add explicit references to perl source path in ld2...
|
commit | commitdiff | tree |
1998-10-28 |
Gurusamy Sarathy | integrate cfgperl into mainline
|
commit | commitdiff | tree |
1998-10-28 |
Gurusamy Sarathy | minor cleanup
|
commit | commitdiff | tree |
1998-10-28 |
Gurusamy Sarathy | smarter C<$SIG{FOO} = BAREWORD;> warning
|
commit | commitdiff | tree |
1998-10-26 |
Gurusamy Sarathy | various win32 tweaks; disable new xs_cpp section (it...
|
commit | commitdiff | tree |
1998-10-26 |
Gurusamy Sarathy | sanity-check $Config{drand01} in rand.t
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | update win32/config*.?c
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | fix C<print $n += 5;> etc.
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | fix stack overrun in file test operators
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | avoid bogus line number in XSUB redefined warnings
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | remove FAST_SV_GETS remnant (as suggested by Gisle...
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | integrate changes#1982,2014,2021 (from maint-5.005)
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | allow more win32 symbol exports (suggested by Jan Dubois)
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | integrate change#2053 from maint-5.005
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | avoid the circular refcnt logic in magic_mutexfree()
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | properly restore PL_rsfp_filters after require
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | integrate cfgperl changes back into mainline
|
commit | commitdiff | tree |
1998-10-25 |
Gurusamy Sarathy | avoid "mysterious" compile-time failures without messages
|
commit | commitdiff | tree |
1998-10-21 |
Gurusamy Sarathy | fix handling of mayhaps-extended @_ in goto &sub
|
commit | commitdiff | tree |
1998-10-21 |
Gurusamy Sarathy | restore sanity to "constant" references
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | silence -w noises (suggested by Greg Bacon)
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | skip readonly vars and unref references when doing...
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | clarify section name rules for typemaps
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | whitespace-proof grent.t
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | provide option to enable optimization with VC (suggested...
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h ...
|
commit | commitdiff | tree |
1998-10-17 |
Gurusamy Sarathy | stray typo found by Hugo van der Sanden
|
commit | commitdiff | tree |
next |