| Commit message (Expand) | Author | Age | Files | Lines |
* | POSIX BC2000 port from perl-mvs: | Thomas Dorner | 1998-10-17 | 1 | -12/+35 |
* | Integrate mainperl. | Jarkko Hietaniemi | 1998-10-17 | 1 | -1/+3 |
* | remove spurious unused conflicting globals (PL_yy{v,s}sp) | Gurusamy Sarathy | 1998-10-06 | 1 | -2/+0 |
* | Re: your Regexp.patch dated 21.8 [PATCH] | Ilya Zakharevich | 1998-09-24 | 1 | -1/+3 |
* | grandfather deprecated "$$<digit>" no more | Gurusamy Sarathy | 1998-09-24 | 1 | -5/+2 |
* | move yyglobal decls from perly.c to perlvars.h, regen headers, tweak | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+3 |
* | fix problematic typecast in filter_del() | Mark P Lutz | 1998-09-23 | 1 | -1/+1 |
* | patch to support computed regular subexpressions | Ilya Zakharevich | 1998-09-23 | 1 | -7/+7 |
* | better CR-handling on shebang line and in formats (fixed variant of | Gurusamy Sarathy | 1998-09-23 | 1 | -3/+17 |
* | apply minimal variant of patch (sent via private mail) | Jarkko Hietaniemi | 1998-09-23 | 1 | -4/+21 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -1/+1 |
* | suppress bogus warning on C<sub x {} x()> | Gurusamy Sarathy | 1998-09-17 | 1 | -1/+2 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -18/+23 |
* | add missing dTHR; notes for test failures due to small stacksize | Gurusamy Sarathy | 1998-08-09 | 1 | -31/+56 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -44/+54 |
* | fix bogus warning on "\x{123}" | Paul Marquess | 1998-08-08 | 1 | -4/+4 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -3/+27 |
|\ |
|
| * | end pod processing when source file is closed (prevents it carrying | Gurusamy Sarathy | 1998-08-05 | 1 | -0/+1 |
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -3/+26 |
| * | s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they | Gurusamy Sarathy | 1998-07-26 | 1 | -6/+4 |
* | | integrate 5.005_01 changes from maint | Gurusamy Sarathy | 1998-07-27 | 1 | -6/+4 |
* | | add new files to MANIFEST; add missing prototypes to proto.h; | Gurusamy Sarathy | 1998-07-26 | 1 | -1/+1 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -18/+168 |
|/ |
|
* | tweak toke.c | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | workaround C<"foo" "bar"> catenation-intolerant compilers | Gurusamy Sarathy | 1998-07-21 | 1 | -2/+2 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -2/+2 |
* | Merge Mainline | Nick Ing-Simmons | 1998-07-19 | 1 | -2/+6 |
|\ |
|
| * | fix and test handling of literal newlines in heredocs | Gurusamy Sarathy | 1998-07-19 | 1 | -2/+6 |
* | | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -11/+11 |
* | | Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC | Nick Ing-Simmons | 1998-07-18 | 1 | -2/+2 |
* | | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -1074/+1074 |
|/ |
|
* | fix CvMUTEXP() leaks with -Dusethreads | Gurusamy Sarathy | 1998-07-18 | 1 | -3/+0 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -9/+20 |
* | be generous about CRs | Larry Wall | 1998-07-12 | 1 | -2/+55 |
* | disable CR croaking (via #define, default off) in lieu of more | Gurusamy Sarathy | 1998-07-11 | 1 | -1/+1 |
* | more reasonable diagnostic on keyword vs. sub ambiguity | Gurusamy Sarathy | 1998-07-06 | 1 | -2/+2 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -1/+1 |
* | add comments on GV_FOO constants, s/8/GV_ADDINEVAL/ | Gurusamy Sarathy | 1998-07-05 | 1 | -2/+2 |
* | added patch with tweak to doc | Chip Salzenberg | 1998-07-05 | 1 | -10/+29 |
* | patchlevel up to 5.004_70, various tweaks | Gurusamy Sarathy | 1998-07-05 | 1 | -1/+1 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 1 | -4/+2 |
* | deprecate use of reserved word "our" (Larry's idea) | Larry Wall | 1998-07-04 | 1 | -0/+2 |
* | tweaks to overloaded constants (change#1259) | Gurusamy Sarathy | 1998-06-30 | 1 | -2/+2 |
* | bump patchlevel to 69, various little tweaks (tested on win32, Solaris | Gurusamy Sarathy | 1998-06-29 | 1 | -2/+1 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -12/+113 |
* | applied patch, tweaked doc, and regen regnodes.h | Ilya Zakharevich | 1998-06-28 | 1 | -1/+1 |
* | applied patch, regen headers | Ilya Zakharevich | 1998-06-23 | 1 | -3/+3 |
* | added patch, regen headers | Ilya Zakharevich | 1998-06-21 | 1 | -6/+10 |
* | [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash | Gurusamy Sarathy | 1998-06-05 | 1 | -1/+1 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -6/+1 |
|\ |
|