| Commit message (Expand) | Author | Age | Files | Lines |
* | rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | Gurusamy Sarathy | 2001-07-02 | 1 | -1/+1 |
* | Enclose the new symbols in START_EXTERN_C and END_EXTERN_C | Jarkko Hietaniemi | 2001-06-25 | 1 | -0/+6 |
* | Retract the #10417 mg.c and embed.pl parts because of | Jarkko Hietaniemi | 2001-06-21 | 1 | -2/+2 |
* | Fixes case of CvDEPTH for perl_clone | Artur Bergman | 2001-06-20 | 1 | -7/+7 |
* | Replace our implementation of realpath() with OpenBSD's | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+0 |
* | After some reading I don't think we can blindly | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+1 |
* | Re: [PATCH 5.7.1] sv.c documentation | Dave Mitchell | 2001-06-18 | 1 | -8/+8 |
* | sv.c documentation | Dave Mitchell | 2001-06-18 | 1 | -34/+33 |
* | Split off the pack/unpack code, from Nicholas Clark. | Jarkko Hietaniemi | 2001-06-18 | 1 | -1/+4 |
* | Fix open.pm to work via XS-implemented method calls rather | Nick Ing-Simmons | 2001-06-15 | 1 | -0/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2001-06-14 | 1 | -1/+4 |
* | Small bcopy cleanup | Andy Dougherty | 2001-06-13 | 1 | -1/+1 |
* | Move the grok_number and its lieutenant grok_numeric_radix | Jarkko Hietaniemi | 2001-06-10 | 1 | -2/+2 |
* | Re: pragma/locale.t #107 | Hugo van der Sanden | 2001-06-10 | 1 | -0/+1 |
* | Numeric conversion tweaks suggested by Hugo and Nicholas. | Jarkko Hietaniemi | 2001-06-09 | 1 | -1/+0 |
* | The proper prototyping for #10463. | Jarkko Hietaniemi | 2001-06-06 | 1 | -0/+1 |
* | Various "cast to pointer from integer of different size" | Jarkko Hietaniemi | 2001-06-03 | 1 | -2/+2 |
* | APIfy op_clear | Simon Cozens | 2001-06-03 | 1 | -1/+1 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -1/+7 |
* | Re: [ID 20010529.006] String plus zero inconsistent across platforms | Hugo van der Sanden | 2001-06-01 | 1 | -0/+1 |
* | [patch] Cwd.xs optimizations/abstraction | Doug MacEachern | 2001-06-01 | 1 | -1/+3 |
* | Re: 5.6.*, bleadperl: bugs in pp_concat | Hugo van der Sanden | 2001-05-26 | 1 | -6/+12 |
* | [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl) | Juha Laiho | 2001-05-26 | 1 | -1/+1 |
* | [patch] make op_{clear,null} public | Doug MacEachern | 2001-05-10 | 1 | -2/+2 |
* | Help -Dt show correct pad variables | Benjamin Sugars | 2001-05-07 | 1 | -0/+1 |
* | In character classes one couldn't have 0x80..0xff characters | Jarkko Hietaniemi | 2001-04-29 | 1 | -1/+1 |
* | The new time utils need to be public. | Jarkko Hietaniemi | 2001-04-19 | 1 | -3/+3 |
* | Move the strftime() wrapper from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-19 | 1 | -0/+1 |
* | Move the init_tm() and mini_mktime() up from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-18 | 1 | -0/+2 |
* | Integrate changes #9584,9587 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-06 | 1 | -0/+1 |
* | Re: [PATCH] Lighten up glob | Benjamin Sugars | 2001-04-04 | 1 | -1/+1 |
* | tr/// UTF-8 tweaking from Inaba Hiroto. | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+0 |
* | Autoloading Errno.pm when %! is encountered | Robin Houston | 2001-03-27 | 1 | -0/+1 |
* | Die on n-arg open(...,"",xxx,yyy,...) | Nick Ing-Simmons | 2001-03-22 | 1 | -0/+1 |
* | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -0/+2 |
* | Integrate change #9197 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-18 | 1 | -2/+2 |
* | Integrate change #9154 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-14 | 1 | -0/+11 |
* | Integrate change #9108 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-12 | 1 | -1/+0 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -3/+6 |
* | don't write along symlinks into a read only source tree (was Re: [ID 20010129... | Nicholas Clark | 2001-03-01 | 1 | -0/+1 |
* | Encode API documentation nd tidy up. | Nick Ing-Simmons | 2001-02-24 | 1 | -4/+4 |
* | [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ... | Peter Prymmer | 2001-02-22 | 1 | -3/+0 |
* | Put back the #8840, it was innocent. | Jarkko Hietaniemi | 2001-02-21 | 1 | -0/+1 |
* | Retract the #8838 and #8840 for now because of | Jarkko Hietaniemi | 2001-02-20 | 1 | -1/+0 |
* | [patch] add sv_setref_uv | Doug MacEachern | 2001-02-19 | 1 | -0/+1 |
* | [patch] -Wall | Doug MacEachern | 2001-02-17 | 1 | -1/+6 |
* | Merge ebcdic.c (only one function, ebcdic_control()) into util.c. | Jarkko Hietaniemi | 2001-02-13 | 1 | -0/+3 |
* | [patch] GvSHARED | Doug MacEachern | 2001-02-10 | 1 | -0/+1 |
* | Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob | Andy Dougherty | 2001-02-09 | 1 | -0/+4 |
* | Re: [patch] Re: PL_ptr_table | Doug MacEachern | 2001-02-08 | 1 | -0/+2 |