Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs | Perl 5 Porters | 1996-07-10 | 1 | -62/+69 |
* | Extend to handle 8-bit characters in input | Perl 5 Porters | 1996-07-04 | 1 | -7/+12 |
* | Eliminate $& to avoid runtime penalty | Perl 5 Porters | 1996-05-01 | 2 | -5/+5 |
* | Update to version 2.3 | Perl 5 Porters | 1996-07-09 | 1 | -113/+178 |
* | Add FindBin library module | Perl 5 Porters | 1996-06-21 | 1 | -0/+232 |
* | perl 5.003_01: lib/File/Find.pm | Perl 5 Porters | 1996-06-18 | 1 | -4/+11 |
* | perl 5.003_01: lib/File/Copy.pm | Perl 5 Porters | 1996-07-15 | 1 | -5/+2 |
* | perl 5.003_01: lib/File/Basename.pm | Perl 5 Porters | 1996-07-09 | 1 | -57/+27 |
* | Add Fatal library module | Perl 5 Porters | 1996-05-15 | 1 | -0/+82 |
* | perl 5.003_01: lib/ExtUtils/xsubpp | Perl 5 Porters | 1996-07-10 | 1 | -8/+19 |
* | Add version variable | Perl 5 Porters | 1996-06-21 | 1 | -0/+3 |
* | perl 5.003_01: lib/ExtUtils/Mkbootstrap.pm | Perl 5 Porters | 1996-06-21 | 1 | -36/+42 |
* | perl 5.003_01: lib/ExtUtils/MakeMaker.pm | Perl 5 Porters | 1996-07-10 | 1 | -10/+12 |
* | perl 5.003_01: lib/ExtUtils/MM_VMS.pm | Perl 5 Porters | 1996-07-24 | 1 | -139/+151 |
* | perl 5.003_01: lib/ExtUtils/MM_Unix.pm | Perl 5 Porters | 1996-07-24 | 1 | -21/+29 |
* | NeXT-specific support | Perl 5 Porters | 1996-07-10 | 1 | -5/+8 |
* | Add ExtUtils::Embed | Perl 5 Porters | 1996-07-21 | 1 | -0/+473 |
* | Add version check option | Perl 5 Porters | 1996-06-18 | 1 | -3/+13 |
* | perl 5.003_01: lib/Cwd.pm | Perl 5 Porters | 1996-05-15 | 1 | -4/+7 |
* | perl 5.003_01: lib/Carp.pm | Perl 5 Porters | 1996-07-25 | 1 | -9/+29 |
* | Update documentation | Perl 5 Porters | 1996-07-10 | 2 | -7/+125 |
* | Adjust per-interpreter symbols | Perl 5 Porters | 1996-07-05 | 1 | -3/+4 |
* | perl 5.003_01: installperl | Perl 5 Porters | 1996-07-05 | 1 | -14/+20 |
* | Add shared hash key support | Perl 5 Porters | 1996-06-19 | 2 | -0/+43 |
* | perl 5.003_01: hv.c | Perl 5 Porters | 1996-06-18 | 1 | -107/+485 |
* | Correct note on GCC_EXEC_PREFIX | Perl 5 Porters | 1996-07-07 | 1 | -3/+3 |
* | perl 5.003_01: hints/os2.sh | Perl 5 Porters | 1996-06-18 | 1 | -22/+47 |
* | Add hints file for NeXT 4.0 | Perl 5 Porters | 1996-07-10 | 1 | -0/+55 |
* | Add hints file for NeXT 3.3 | Perl 5 Porters | 1996-07-05 | 1 | -0/+69 |
* | Add hints file for NeXT 3.2 | Perl 5 Porters | 1996-07-05 | 1 | -0/+64 |
* | Update cc and ld flags, and add MAB support | Perl 5 Porters | 1996-07-10 | 1 | -3/+5 |
* | Eliminate hints now correctly handled by Configure | Perl 5 Porters | 1996-07-09 | 1 | -17/+6 |
* | Recognize recent versions > 10.2 | Perl 5 Porters | 1996-07-09 | 1 | -3/+4 |
* | Recognize gcc binaries with version in name | Perl 5 Porters | 1996-07-05 | 4 | -4/+4 |
* | perl 5.003_01: handy.h | Perl 5 Porters | 1996-07-10 | 1 | -9/+24 |
* | Add cast for GV type | Perl 5 Porters | 1996-06-18 | 1 | -0/+1 |
* | perl 5.003_01: gv.c | Perl 5 Porters | 1996-06-18 | 1 | -33/+72 |
* | perl 5.003_01: global.sym | Perl 5 Porters | 1996-07-16 | 1 | -2/+15 |
* | Correct CODE block declaration | Perl 5 Porters | 1996-07-25 | 1 | -1/+1 |
* | Change name in Makefile.PL for clarity | Perl 5 Porters | 1996-06-17 | 1 | -8/+7 |
* | Correct order of arguments in setcc documentation | Perl 5 Porters | 1996-06-18 | 1 | -1/+1 |
* | New Opcode extension subsumes Safe | Perl 5 Porters | 1996-06-18 | 1 | -0/+555 |
* | Add Opcode extension | Perl 5 Porters | 1996-06-18 | 4 | -0/+1086 |
* | Add IO extension | Perl 5 Porters | 1996-07-27 | 9 | -0/+1976 |
* | Quote string argument in example -- necessary if using strict subs | Perl 5 Porters | 1996-07-15 | 9 | -14/+14 |
* | perl 5.003_01: ext/FileHandle/FileHandle.xs | Perl 5 Porters | 1996-07-27 | 1 | -2/+1 |
* | Close file only once during object destruction. | Perl 5 Porters | 1996-07-23 | 1 | -1/+13 |
* | Add cast to malloc to calm cc when system headers decalre int malloc() | Perl 5 Porters | 1996-07-03 | 1 | -1/+1 |
* | Add NeXTSTEP/OPENSTEP 4 support | Perl 5 Porters | 1996-07-10 | 1 | -24/+106 |
* | Use explicit dependency to select XS file, and suffix rules from there | Perl 5 Porters | 1996-06-17 | 1 | -4/+4 |