summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-289-2/+104
* | | additional documentation for qr//Ilya Zakharevich1998-11-283-17/+42
* | | Fix \G in REx without //gIlya Zakharevich1998-11-2810-42/+95
* | | update Test.pm to Test-1.12; tweak 're' detectionGurusamy Sarathy1998-11-281-62/+76
* | | avoid command-line quoting portability problems in lex_assign.tGurusamy Sarathy1998-11-281-1/+1
* | | PATCH: document English.pm sawampersand and thread issuesJohn Tobey1998-11-282-0/+29
* | | fix uninitialized warningsBrian Callaghan1998-11-281-5/+6
* | | s/Array/List/ suggested by John TobeyGurusamy Sarathy1998-11-281-1/+1
* | | update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLEGurusamy Sarathy1998-11-282-9/+37
* | | add perlreftut.podGurusamy Sarathy1998-11-289-3/+415
* | | IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();Gurusamy Sarathy1998-11-281-55/+9
* | | add IO-1.20; mess with t/lib/io_*.t in an attempt toGurusamy Sarathy1998-11-2825-909/+2885
* | | Implement $^C to allow perl access to -c flag - I think this Nick Ing-Simmons1998-11-282-0/+10
| |/ |/|
* | more conservative version of changes#2345,2346,2347; those breakGurusamy Sarathy1998-11-282-3/+3
* | tweak bogus testGurusamy Sarathy1998-11-281-1/+1
* | test cases for previous changeGurusamy Sarathy1998-11-281-1/+16
* | fix typo in pp_defined() causing C<defined %tied> to failGurusamy Sarathy1998-11-281-2/+2
* | s/comment/comment_t/ tweak (suggested by John GormanGurusamy Sarathy1998-11-282-2/+2
* | add (stub) perldelta.podGurusamy Sarathy1998-11-281-0/+55
* | rename perldelta.pod to perl5005delta.pod in preparation forGurusamy Sarathy1998-11-283-0/+3
* | fix MALLOC_LOCK #defineGurusamy Sarathy1998-11-281-4/+4
* | OS/2 events get closer to PerlIlya Zakharevich1998-11-284-15/+471
* | teach CPAN.pm to ignore beta perl distributions when looking forroot1998-11-281-1/+1
* | make $1 et al readonly under threads; make C<undef $1> fail likeGurusamy Sarathy1998-11-283-5/+23
* | s/Regexp/re/ and clarify policy on lowercased object namespacesGurusamy Sarathy1998-11-284-3/+9
* | document changed PERL_HASH()Gurusamy Sarathy1998-11-282-15/+28
* | Handle INIT list in C.pmNick Ing-Simmons1998-11-273-8/+25
* | integrate change#2315 from maint-5.005Gurusamy Sarathy1998-11-272-10/+21
* | integrate changes#2304,2305,2306,2308 from maint-5.005Gurusamy Sarathy1998-11-274-21/+42
* | malloc bugfix and documentation from Ilya ZakharevichGurusamy Sarathy1998-11-271-1/+68
* | B::C tweaks to allow Tk compiles from Nick Ing-SimmonsGurusamy Sarathy1998-11-271-3/+20
* | format "..." bugUnknown Ricoh Contributor II1998-11-272-2/+31
* | add ext/Devel/PeekJan Dubois1998-11-2720-587/+1669
* | ensure 'make regen_headers' even without perl installedGurusamy Sarathy1998-11-272-0/+6
* | Cosmetic malloc patchIlya Zakharevich1998-11-271-16/+73
* | eliminate dup hunk from integrationGurusamy Sarathy1998-11-272-36/+1
* | integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-2733-167/+802
|\ \ | |/
| * C<-x>.Jarkko Hietaniemi1998-11-271-6/+7
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-2720-1690/+2934
| |\ | |/ |/|
* | fix PL_defoutgv leak under threadsGurusamy Sarathy1998-11-261-2/+4
* | properly free temporaries created by threadsGurusamy Sarathy1998-11-261-0/+2
* | fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-263-2/+17
* | Part-1 of tweaks to allow Tk to be "compiled"Nick Ing-Simmons1998-11-241-3/+0
* | fix broken CAPI generationGurusamy Sarathy1998-11-221-17/+17
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-227-1651/+2838
* | another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-212-2/+27
* | win32_recvfrom() compatibility fixGurusamy Sarathy1998-11-211-0/+7
* | mess_sv tweak for change#2249Gurusamy Sarathy1998-11-191-0/+3
* | use PL_mess_sv only during global destruction (fixes problems withGurusamy Sarathy1998-11-182-12/+14
* | tweak change#2245 to skip previous message if anyGurusamy Sarathy1998-11-182-2/+6