| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Cwd::abs_path in XS | Benjamin Sugars | 2001-04-23 | 1 | -0/+99 |
* | Deparse nit | Robin Houston | 2001-04-23 | 1 | -2/+5 |
* | Time::Piece work continues. $t->day removed since | Jarkko Hietaniemi | 2001-04-23 | 2 | -70/+295 |
* | Distinguish package variables, if necessary | Robin Houston | 2001-04-22 | 1 | -4/+63 |
* | Support BEGIN blocks in B::Deparse (& more) | Robin Houston | 2001-04-22 | 3 | -66/+280 |
* | IO::Socket::INET patch | andrew deryabin | 2001-04-22 | 1 | -2/+4 |
* | B::walksymtable improperly documented? | Michael G. Schwern | 2001-04-21 | 1 | -4/+16 |
* | PerlIO and Encode doc cleanup and tweaks. | Jarkko Hietaniemi | 2001-04-21 | 3 | -174/+215 |
* | Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s... | Robin Houston | 2001-04-20 | 2 | -9/+18 |
* | Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s... | Robin Houston | 2001-04-19 | 1 | -4/+7 |
* | void close_dir portability fix for Cwd.xs | Peter Prymmer | 2001-04-19 | 1 | -0/+4 |
* | Document and test Time::Piece. | Jarkko Hietaniemi | 2001-04-19 | 3 | -50/+125 |
* | PATCH: Propagate low byte of hints in cop.op_private | Robin Houston | 2001-04-19 | 1 | -1/+1 |
* | Add Time::Piece, a slight rewrite of Time::Object, | Jarkko Hietaniemi | 2001-04-19 | 5 | -0/+900 |
* | Move the strftime() wrapper from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-19 | 1 | -59/+3 |
* | Move the init_tm() and mini_mktime() up from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-18 | 1 | -240/+0 |
* | Declare hints only if needed. | Jarkko Hietaniemi | 2001-04-18 | 1 | -1/+1 |
* | some pragma support | Robin Houston | 2001-04-18 | 1 | -15/+85 |
* | XS::Typemap - T_OPAQUE | Tim Jenness | 2001-04-18 | 3 | -19/+71 |
* | Deparse.pm of split(" ") decodes as /\s+/ (with PATCH) | David Dyck | 2001-04-18 | 1 | -1/+10 |
* | Missing prototype behaviour | Abigail | 2001-04-17 | 2 | -0/+4 |
* | Re: Deparse - parenthesise args to undeclared subs | Robin Houston | 2001-04-17 | 1 | -0/+3 |
* | utf8 literal strings (and possibly a unicode/regex bug) | Robin Houston | 2001-04-17 | 2 | -1/+3 |
* | Deparse - parenthesise args to undeclared subs | Robin Houston | 2001-04-17 | 1 | -3/+15 |
* | ambient pragmas | Robin Houston | 2001-04-17 | 1 | -10/+224 |
* | multiple B::* changes | Robin Houston | 2001-04-17 | 4 | -19/+98 |
* | Thread-awareness from Doug MacEachern. | Jarkko Hietaniemi | 2001-04-17 | 1 | -2/+2 |
* | [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS | Chris Nandor | 2001-04-17 | 1 | -8/+12 |
* | Add interval timer (setitimer, getitimer) support to Time::HiRes. | Jarkko Hietaniemi | 2001-04-15 | 2 | -27/+184 |
* | Add Scalar-List-Utils 1.02, from Graham Barr. | Jarkko Hietaniemi | 2001-04-15 | 6 | -0/+861 |
* | Fix core dump on binmode($fh,'Scalar') | Nick Ing-Simmons | 2001-04-13 | 1 | -15/+30 |
* | This is at least 5.005. | Jarkko Hietaniemi | 2001-04-12 | 1 | -2/+0 |
* | Integrate Time::Hires 1.20 from Douglas E. Wegscheid. | Jarkko Hietaniemi | 2001-04-12 | 4 | -0/+661 |
* | Digest::MD5 on UTF8 strings | Gisle Aas | 2001-04-12 | 1 | -4/+2 |
* | Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNI... | Gisle Aas | 2001-04-12 | 1 | -7/+1 |
* | Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNI... | Calle Dybedahl | 2001-04-11 | 1 | -1/+1 |
* | Integrate changes #9678,9679 from maintline into mainperl. | Jarkko Hietaniemi | 2001-04-11 | 3 | -21/+29 |
* | Integrate changes #9675,9676 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-11 | 4 | -107/+184 |
* | Integrate change #9646 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-09 | 2 | -1/+16 |
* | fix IO.xs compile failure on VMS | Craig A. Berry | 2001-04-08 | 1 | -2/+1 |
* | atmark() code cleanaup. | Jarkko Hietaniemi | 2001-04-07 | 1 | -7/+11 |
* | Cleanup correction for failed :Via() layer, also set an error code. | Nick Ing-Simmons | 2001-04-07 | 1 | -2/+12 |
* | Quote $VERSION in Encode.pm. | Nick Ing-Simmons | 2001-04-06 | 1 | -1/+1 |
* | Define the U32_ALIGNMENT_REQUIRED only if it's not already defined. | Jarkko Hietaniemi | 2001-04-06 | 1 | -4/+6 |
* | suppress "unintialized value" warnings | Robin Houston | 2001-04-05 | 1 | -0/+4 |
* | regex quoting, and a minor milestone | Robin Houston | 2001-04-05 | 1 | -2/+8 |
* | binmode is no longer an UNOP | Robin Houston | 2001-04-05 | 1 | -1/+1 |
* | "${foo}bar", "${foo}[1]" etc. | Robin Houston | 2001-04-05 | 1 | -1/+7 |
* | cope with SVf_IVisUV, and cope with $^^ and friends | Robin Houston | 2001-04-05 | 3 | -8/+31 |
* | lexical variables with ridiculously long names that are used in list assignments | Robin Houston | 2001-04-05 | 1 | -12/+1 |