| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for VMS::Stdio | Perl 5 Porters | 1996-02-28 | 1 | -0/+41 |
* | Major rewrite, renaming, and extension | Perl 5 Porters | 1996-02-29 | 1 | -61/+246 |
* | Major rewrite, renaming, and expansion | Perl 5 Porters | 1996-03-11 | 1 | -51/+208 |
* | Update Makefile.PL to use VERSION_FROM | Perl 5 Porters | 1996-02-28 | 1 | -1/+1 |
* | Add README for improved VMS::Stdio extension | Perl 5 Porters | 1996-02-28 | 1 | -0/+47 |
* | perl 5.002_01: vms/descrip.mms | Perl 5 Porters | 1996-03-21 | 1 | -88/+108 |
* | perl 5.002_01: vms/config.vms | Perl 5 Porters | 1996-03-22 | 1 | -5/+44 |
* | Use $^O, update VMS support, add -m, and move docs to bottom | Perl 5 Porters | 1996-03-20 | 1 | -126/+135 |
* | Use $^O, and make more cautious about sending mail | Perl 5 Porters | 1996-03-17 | 1 | -7/+28 |
* | perl 5.002_01: utils/h2xs.PL | Perl 5 Porters | 1996-03-20 | 1 | -4/+11 |
* | Use $^O, and copy file to pstruct on systems which don't use links | Perl 5 Porters | 1996-03-17 | 1 | -3/+8 |
* | perl 5.002_01: util.c | Perl 5 Porters | 1996-03-24 | 1 | -6/+14 |
* | Define stubs for macros used by OS/2 | Perl 5 Porters | 1996-03-15 | 1 | -0/+2 |
* | Don't double implicit loop if perl is invoked with -pn | Perl 5 Porters | 1996-03-19 | 1 | -2/+3 |
* | Don't use #! under OS/2 | Perl 5 Porters | 1996-03-15 | 1 | -0/+1 |
* | Use $^O,and accomodate echo servers who drop connection immediately | Perl 5 Porters | 1996-03-14 | 1 | -5/+5 |
* | Don't use Config{'extensions'} under VMS. | Perl 5 Porters | 1996-03-15 | 1 | -1/+1 |
* | perl 5.002_01: t/lib/filehand.t | Perl 5 Porters | 1996-03-14 | 1 | -4/+9 |
* | perl 5.002_01: t/cmd/mod.t | Perl 5 Porters | 1996-03-01 | 1 | -1/+1 |
* | Incorporate single-statement macros | Perl 5 Porters | 1996-03-17 | 2 | -21/+21 |
* | Miscellaneous updates | Perl 5 Porters | 1996-03-14 | 1 | -8/+11 |
* | perl 5.002_01: pp_sys.c | Perl 5 Porters | 1996-02-29 | 1 | -6/+6 |
* | Change calling sequence for VMS-specific routine | Perl 5 Porters | 1996-03-20 | 1 | -1/+1 |
* | perl 5.002_01: pp_ctl.c | Perl 5 Porters | 1996-03-24 | 1 | -4/+8 |
* | Incorporate new single-statement macros | Perl 5 Porters | 1996-03-17 | 1 | -24/+24 |
* | Use $^O, plus miscellaneous minor bugfixen | Perl 5 Porters | 1996-03-17 | 1 | -2/+1 |
* | Update to match xsubpp 1.935, and mention XSRETURN_EMPTY | Perl 5 Porters | 1996-03-17 | 1 | -12/+40 |
* | Add descriptions for $^E and $^O, and squash a typo. | Perl 5 Porters | 1996-03-11 | 1 | -1/+20 |
* | Once more, the disappearing typo! | Perl 5 Porters | 1996-03-11 | 1 | -1/+1 |
* | . . . and another typo gone. | Perl 5 Porters | 1996-03-11 | 1 | -1/+1 |
* | Yes, you guessed it -- a typos fixed | Perl 5 Porters | 1996-03-11 | 1 | -1/+1 |
* | Explain \ in prototypes, and fix var name in example | Perl 5 Porters | 1996-03-18 | 1 | -2/+5 |
* | Update usage summary and -M description; style changes in =items | Perl 5 Porters | 1996-03-17 | 1 | -24/+37 |
* | More o' them pesky typos fixed | Perl 5 Porters | 1996-03-11 | 1 | -1/+1 |
* | More miscellaneous typos fixed | Perl 5 Porters | 1996-03-11 | 1 | -5/+5 |
* | Add warning about calling sv_setsv on temp SVs | Perl 5 Porters | 1996-03-22 | 1 | -0/+3 |
* | Fix miscellaneous typos; add list of functions new in Perl5 | Perl 5 Porters | 1996-03-18 | 1 | -7/+21 |
* | Fix miscellaneous typos | Perl 5 Porters | 1996-03-11 | 4 | -22/+21 |
* | Update usage synopsis; fix miscellaneous typos | Perl 5 Porters | 1996-03-17 | 1 | -13/+15 |
* | Change \t to spaces (don't know who doesn't like \t) | Perl 5 Porters | 1996-03-15 | 1 | -1/+1 |
* | Use .pm only if no .pod is present; fix typo in docs | Perl 5 Porters | 1996-03-17 | 1 | -1/+6 |
* | Assume EMBED and add Perl_ prefix to symbol names | Perl 5 Porters | 1996-03-11 | 1 | -2/+5 |
* | perl 5.002_01: perl.h | Perl 5 Porters | 1996-03-17 | 1 | -1/+26 |
* | perl 5.002_01: perl.c | Perl 5 Porters | 1996-03-24 | 1 | -16/+48 |
* | Update SUBVERSION; add mechanism for listing local patches | Perl 5 Porters | 1996-03-19 | 1 | -1/+44 |
* | Update OS/2-specific C header file | Perl 5 Porters | 1996-03-17 | 1 | -5/+28 |
* | Update OS/2-specific C routines | Perl 5 Porters | 1996-03-19 | 1 | -18/+75 |
* | Update OS/2 support | Perl 5 Porters | 1996-03-15 | 3 | -6/+8 |
* | Change run to runops | Perl 5 Porters | 1996-02-29 | 3 | -5/+5 |
* | Update to reflect subversions and signal handling patch | Perl 5 Porters | 1996-03-17 | 1 | -2/+2 |