| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | two tweaks for clean build and test on Solaris | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+1 |
* | warn on C<my($foo,$foo)> | Gurusamy Sarathy | 1998-09-23 | 1 | -3/+2 |
* | better diagnostic for do{} used as lvalue | Gurusamy Sarathy | 1998-09-23 | 1 | -2/+5 |
* | silence redefined warning for XS(INIT) {} | Gurusamy Sarathy | 1998-09-23 | 1 | -0/+1 |
* | tr/// logic was hosed under utf8 | Larry Wall | 1998-09-05 | 1 | -3/+12 |
* | index() applied BM optimization to wrong argument | Larry Wall | 1998-09-05 | 1 | -0/+2 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -5/+5 |
* | add missing dTHR; notes for test failures due to small stacksize | Gurusamy Sarathy | 1998-08-09 | 1 | -18/+27 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -43/+72 |
* | Eliminate superfluous RV2p[AH]Vs in oops[AH]V() | Stephen McCamant | 1998-08-08 | 1 | -20/+2 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -2/+6 |
|\ |
|
| * | fix segfault when threadsv is used as foreach itervar | Stephen McCamant | 1998-08-03 | 1 | -0/+4 |
| * | allow *FOO{BAR}[0] etc. (without intervening arrow) | Stephen McCamant | 1998-08-02 | 1 | -1/+1 |
| * | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 1 | -1/+1 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -8/+202 |
|/ |
|
* | suppress redefined warnings on C<INIT {} INIT {}> | Gurusamy Sarathy | 1998-07-22 | 1 | -0/+1 |
* | make $ prototype to accept THREADSVs | Gurusamy Sarathy | 1998-07-22 | 1 | -1/+5 |
* | redundant RV2GVs in ck_fun() | Stephen McCamant | 1998-07-21 | 1 | -1/+1 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -12/+12 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -15/+15 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -406/+406 |
* | fix CvMUTEXP() leaks with -Dusethreads | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+2 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -6/+4 |
* | apply patch for smarter AASSIGN_COMMON detection; regen headers | Stephen McCamant | 1998-07-12 | 1 | -0/+10 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -4/+8 |
* | get it building again on win32 | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+1 |
* | add patch for C<use re 'debug'> | Ilya Zakharevich | 1998-07-08 | 1 | -1/+1 |
* | much simpler fix to typecheck read/sysread/recv, as suggested by | Gurusamy Sarathy | 1998-07-06 | 1 | -2/+5 |
* | undo ck_sysread() changes#1319,1337 in preparation for a much | Gurusamy Sarathy | 1998-07-06 | 1 | -26/+2 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -1/+1 |
* | allow read(FH,threadsv,...) | Gurusamy Sarathy | 1998-07-06 | 1 | -0/+1 |
* | add ck_sysread() for better sysread/read/recv sanity | Gurusamy Sarathy | 1998-07-05 | 1 | -2/+25 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 1 | -1/+4 |
* | bump patchlevel to 69, various little tweaks (tested on win32, Solaris | Gurusamy Sarathy | 1998-06-29 | 1 | -6/+6 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -1/+11 |
* | Re: [PATCH] 4-arg substr update for perl5.004_68 | Gisle Aas | 1998-06-28 | 1 | -2/+10 |
* | Optimize foreach (1..1000000) | Gisle Aas | 1998-06-28 | 1 | -3/+35 |
* | merge relevant portions from maintbranch change#1155 | Gurusamy Sarathy | 1998-06-22 | 1 | -1/+1 |
* | 5.004_67 niggles | Gurusamy Sarathy | 1998-06-17 | 1 | -1/+1 |
* | Bugs with (?{}), $^R and many-to-many subst | Ilya Zakharevich | 1998-06-11 | 1 | -5/+15 |
* | Re: Uninitialised error from -M() | Stephen McCamant | 1998-06-10 | 1 | -1/+1 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -10/+23 |
|\ |
|
| * | [win32] merge change#1015 from maintbranch (must revisit 1014 later, is | Gurusamy Sarathy | 1998-05-23 | 1 | -9/+22 |
| * | [win32] fix problematic change#965 from maintbranch | Ilya Zakharevich | 1998-05-21 | 1 | -1/+1 |
* | | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -5/+71 |
|\ \
| |/ |
|
| * | [win32] merge change#981 from maintbranch, add XXX comment about | Gurusamy Sarathy | 1998-05-15 | 1 | -0/+5 |
| * | [win32] merge changes#922,944,949,965,970 from maintbranch | Gurusamy Sarathy | 1998-05-15 | 1 | -2/+57 |
| * | [win32] merge change#904 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -2/+5 |
| * | [win32] integrate mainline | Gurusamy Sarathy | 1998-05-14 | 1 | -2/+1 |