| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid bogus line number in XSUB redefined warnings | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+2 |
* | Program with utf8 identifiers fails to compile | Larry Wall | 1998-10-23 | 1 | -2/+6 |
* | restore sanity to "constant" references | Gurusamy Sarathy | 1998-10-21 | 1 | -1/+39 |
* | stray typo found by Hugo van der Sanden | Gurusamy Sarathy | 1998-10-17 | 1 | -1/+1 |
* | integrate cfgperl mods into mainline | Gurusamy Sarathy | 1998-10-16 | 1 | -2/+3 |
|\ |
|
| * | check in all confperl changes as of change#1964 into cfgperl | Gurusamy Sarathy | 1998-10-15 | 1 | -2/+3 |
* | | stray tweak | Gurusamy Sarathy | 1998-10-16 | 1 | -2/+2 |
* | | propagate typeness of lexicals while cloning them | Gurusamy Sarathy | 1998-10-15 | 1 | -0/+6 |
* | | s/last/first/ typo in append_list() | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+1 |
|/ |
|
* | tweak to make fix in change#1944 behave correctly for closures | Gurusamy Sarathy | 1998-10-15 | 1 | -5/+10 |
* | change#1614 merely disabled earlier fix (doh!); undo it and properly | Gurusamy Sarathy | 1998-10-13 | 1 | -4/+18 |
* | ensure recursive attempts to findlex()icals know enough about where | Gurusamy Sarathy | 1998-10-13 | 1 | -8/+6 |
* | fix globals caught by change#1927; builds and tests on Solaris | Gurusamy Sarathy | 1998-10-06 | 1 | -3/+3 |
* | use cpp symbols instead of hardwired constants | Hugo van der Sanden | 1998-10-06 | 1 | -6/+8 |
* | make C<use> recognize C<require> overrides; allow C<do EXPR> to be | Gurusamy Sarathy | 1998-10-03 | 1 | -2/+39 |
* | 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 |