summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Also posix-bc wants to reyacc.Jarkko Hietaniemi1998-10-261-1/+1
| * Removed !(*s & 0x80) from pp_quotemeta(), introduced afterJarkko Hietaniemi1998-10-261-1/+1
| * More robustness.Jarkko Hietaniemi1998-10-264-3/+6
| * s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/gJarkko Hietaniemi1998-10-263-22/+15
| * s/YYLEX_PARAM/YYLEXPARAM/Jarkko Hietaniemi1998-10-261-1/+1
| * Indicate skipped subtests.Jarkko Hietaniemi1998-10-261-12/+11
| * Integrate from mainperl.Jarkko Hietaniemi1998-10-2654-342/+1755
| |\ | |/ |/|
* | various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-2614-12/+37
* | sanity-check $Config{drand01} in rand.tGurusamy Sarathy1998-10-267-8/+19
* | update win32/config*.?cGurusamy Sarathy1998-10-257-75/+1283
* | Re: die with a reference should use overload "" operatorGraham Barr1998-10-251-0/+2
* | Re: Auto-incrementing tied scalar causes SEGVGraham Barr1998-10-251-4/+4
* | fix C<print $n += 5;> etc.Gurusamy Sarathy1998-10-251-2/+2
* | list builtins with portability caveatsJarkko Hietaniemi1998-10-251-0/+28
* | fix stack overrun in file test operatorsGurusamy Sarathy1998-10-251-6/+18
* | implement C<goto &func> and other fixes (via private mail)Vishal Bhatia1998-10-254-7/+40
* | Re: taint checking for: use lib "$ENV{'EVIL'}"Graham Barr1998-10-251-0/+1
* | avoid bogus line number in XSUB redefined warningsGurusamy Sarathy1998-10-251-1/+2
* | File::Path::mkpath reports the wrong errorMartijn Koster1998-10-251-2/+3
* | Exporter.pm's export_to_level() argument handling buggyZachary Miller1998-10-251-2/+1
* | Make _really_ sure Dynaloader.xs code is initialized only onceJan Dubois1998-10-251-1/+2
* | recognize '%' as a shell metachar for win32Jan Dubois1998-10-251-4/+7
* | remove FAST_SV_GETS remnant (as suggested by Gisle Aas)Gurusamy Sarathy1998-10-251-4/+0
* | ord() and unpack("U*",...) should not be negativeGisle Aas1998-10-251-5/+5
* | Improve sbrk() on OS/2Ilya Zakharevich1998-10-251-0/+3
* | Speed up aassignIlya Zakharevich1998-10-251-0/+1
* | Re: '*' prototype does not allow bareword with strictGraham Barr1998-10-251-2/+10
* | handle '::' in section names properlyGraham Barr1998-10-251-3/+5
* | integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-2511-81/+99
* | allow more win32 symbol exports (suggested by Jan Dubois)Gurusamy Sarathy1998-10-251-7/+0
* | integrate change#2053 from maint-5.005Gurusamy Sarathy1998-10-252-2/+22
* | commented version of a patch suggested by Drago GoricanecJarkko Hietaniemi1998-10-251-1/+6
* | include eof() in description of buffering caveatsAnton Berezin1998-10-251-18/+19
* | disallow 'x' in hex numbers (except leading '0x')Gisle Aas1998-10-253-5/+4
* | avoid the circular refcnt logic in magic_mutexfree()Gurusamy Sarathy1998-10-253-3/+0
* | properly restore PL_rsfp_filters after requireGurusamy Sarathy1998-10-258-34/+63
* | integrate cfgperl changes back into mainlineGurusamy Sarathy1998-10-2538-267/+1549
|\ \
* | | avoid "mysterious" compile-time failures without messagesGurusamy Sarathy1998-10-251-1/+1
* | | chr(0xFFFFFFFF) didn't translate to utf8 characterLarry Wall1998-10-231-1/+1
* | | tr///d does not seem to workLarry Wall1998-10-231-2/+1
* | | Program with utf8 identifiers fails to compileLarry Wall1998-10-236-60/+77
| | * Add test for filetests.Jarkko Hietaniemi1998-10-262-0/+43
| |/
| * Test suite portability:Jarkko Hietaniemi1998-10-234-7/+25
| * yacc clarification.Jarkko Hietaniemi1998-10-231-0/+2
| * Some C compilers get upset about 8-bit characters in /* comments. */Jarkko Hietaniemi1998-10-231-1/+1
| * Configure update: both for pthread_yield more robustJarkko Hietaniemi1998-10-221-5/+1528
| * DJGPP feedback for #2028.Jarkko Hietaniemi1998-10-221-4/+2
| * yielding, the saga continues.Jarkko Hietaniemi1998-10-219-1592/+186
| |\ | |/ |/|
* | fix handling of mayhaps-extended @_ in goto &subGurusamy Sarathy1998-10-213-6/+22
* | restore sanity to "constant" referencesGurusamy Sarathy1998-10-214-2/+78