| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Also posix-bc wants to reyacc. | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
| * | Removed !(*s & 0x80) from pp_quotemeta(), introduced after | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
| * | More robustness. | Jarkko Hietaniemi | 1998-10-26 | 4 | -3/+6 |
| * | s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g | Jarkko Hietaniemi | 1998-10-26 | 3 | -22/+15 |
| * | s/YYLEX_PARAM/YYLEXPARAM/ | Jarkko Hietaniemi | 1998-10-26 | 1 | -1/+1 |
| * | Indicate skipped subtests. | Jarkko Hietaniemi | 1998-10-26 | 1 | -12/+11 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1998-10-26 | 54 | -342/+1755 |
| |\
| |/
|/| |
|
* | | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 14 | -12/+37 |
* | | sanity-check $Config{drand01} in rand.t | Gurusamy Sarathy | 1998-10-26 | 7 | -8/+19 |
* | | update win32/config*.?c | Gurusamy Sarathy | 1998-10-25 | 7 | -75/+1283 |
* | | Re: die with a reference should use overload "" operator | Graham Barr | 1998-10-25 | 1 | -0/+2 |
* | | Re: Auto-incrementing tied scalar causes SEGV | Graham Barr | 1998-10-25 | 1 | -4/+4 |
* | | fix C<print $n += 5;> etc. | Gurusamy Sarathy | 1998-10-25 | 1 | -2/+2 |
* | | list builtins with portability caveats | Jarkko Hietaniemi | 1998-10-25 | 1 | -0/+28 |
* | | fix stack overrun in file test operators | Gurusamy Sarathy | 1998-10-25 | 1 | -6/+18 |
* | | implement C<goto &func> and other fixes (via private mail) | Vishal Bhatia | 1998-10-25 | 4 | -7/+40 |
* | | Re: taint checking for: use lib "$ENV{'EVIL'}" | Graham Barr | 1998-10-25 | 1 | -0/+1 |
* | | avoid bogus line number in XSUB redefined warnings | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+2 |
* | | File::Path::mkpath reports the wrong error | Martijn Koster | 1998-10-25 | 1 | -2/+3 |
* | | Exporter.pm's export_to_level() argument handling buggy | Zachary Miller | 1998-10-25 | 1 | -2/+1 |
* | | Make _really_ sure Dynaloader.xs code is initialized only once | Jan Dubois | 1998-10-25 | 1 | -1/+2 |
* | | recognize '%' as a shell metachar for win32 | Jan Dubois | 1998-10-25 | 1 | -4/+7 |
* | | remove FAST_SV_GETS remnant (as suggested by Gisle Aas) | Gurusamy Sarathy | 1998-10-25 | 1 | -4/+0 |
* | | ord() and unpack("U*",...) should not be negative | Gisle Aas | 1998-10-25 | 1 | -5/+5 |
* | | Improve sbrk() on OS/2 | Ilya Zakharevich | 1998-10-25 | 1 | -0/+3 |
* | | Speed up aassign | Ilya Zakharevich | 1998-10-25 | 1 | -0/+1 |
* | | Re: '*' prototype does not allow bareword with strict | Graham Barr | 1998-10-25 | 1 | -2/+10 |
* | | handle '::' in section names properly | Graham Barr | 1998-10-25 | 1 | -3/+5 |
* | | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 11 | -81/+99 |
* | | allow more win32 symbol exports (suggested by Jan Dubois) | Gurusamy Sarathy | 1998-10-25 | 1 | -7/+0 |
* | | integrate change#2053 from maint-5.005 | Gurusamy Sarathy | 1998-10-25 | 2 | -2/+22 |
* | | commented version of a patch suggested by Drago Goricanec | Jarkko Hietaniemi | 1998-10-25 | 1 | -1/+6 |
* | | include eof() in description of buffering caveats | Anton Berezin | 1998-10-25 | 1 | -18/+19 |
* | | disallow 'x' in hex numbers (except leading '0x') | Gisle Aas | 1998-10-25 | 3 | -5/+4 |
* | | avoid the circular refcnt logic in magic_mutexfree() | Gurusamy Sarathy | 1998-10-25 | 3 | -3/+0 |
* | | properly restore PL_rsfp_filters after require | Gurusamy Sarathy | 1998-10-25 | 8 | -34/+63 |
* | | integrate cfgperl changes back into mainline | Gurusamy Sarathy | 1998-10-25 | 38 | -267/+1549 |
|\ \ |
|
* | | | avoid "mysterious" compile-time failures without messages | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+1 |
* | | | chr(0xFFFFFFFF) didn't translate to utf8 character | Larry Wall | 1998-10-23 | 1 | -1/+1 |
* | | | tr///d does not seem to work | Larry Wall | 1998-10-23 | 1 | -2/+1 |
* | | | Program with utf8 identifiers fails to compile | Larry Wall | 1998-10-23 | 6 | -60/+77 |
| | * | Add test for filetests. | Jarkko Hietaniemi | 1998-10-26 | 2 | -0/+43 |
| |/ |
|
| * | Test suite portability: | Jarkko Hietaniemi | 1998-10-23 | 4 | -7/+25 |
| * | yacc clarification. | Jarkko Hietaniemi | 1998-10-23 | 1 | -0/+2 |
| * | Some C compilers get upset about 8-bit characters in /* comments. */ | Jarkko Hietaniemi | 1998-10-23 | 1 | -1/+1 |
| * | Configure update: both for pthread_yield more robust | Jarkko Hietaniemi | 1998-10-22 | 1 | -5/+1528 |
| * | DJGPP feedback for #2028. | Jarkko Hietaniemi | 1998-10-22 | 1 | -4/+2 |
| * | yielding, the saga continues. | Jarkko Hietaniemi | 1998-10-21 | 9 | -1592/+186 |
| |\
| |/
|/| |
|
* | | fix handling of mayhaps-extended @_ in goto &sub | Gurusamy Sarathy | 1998-10-21 | 3 | -6/+22 |
* | | restore sanity to "constant" references | Gurusamy Sarathy | 1998-10-21 | 4 | -2/+78 |