| Commit message (Expand) | Author | Age | Files | Lines |
* | Part of the solution. | Mike Guy | 2000-09-01 | 1 | -1/+2 |
* | Missed a change in #6869. | Jarkko Hietaniemi | 2000-08-29 | 1 | -7/+11 |
* | magic callbacks all need to have same type signature | Gurusamy Sarathy | 2000-08-15 | 1 | -1/+3 |
* | magic_regdatum_set() is void, not int. | Jarkko Hietaniemi | 2000-08-15 | 1 | -1/+1 |
* | Re: [PATCH] @+, @- readonly | Mike Guy | 2000-08-14 | 1 | -1/+7 |
* | @+, @- readonly (was Re: @<punct> interpolating in "") | Mike Guy | 2000-08-14 | 1 | -0/+1 |
* | debugger "d" command doesnt check line number | Mike Guy | 2000-08-11 | 1 | -2/+0 |
* | The new setproctitle() feature is available only in | Jarkko Hietaniemi | 2000-08-02 | 1 | -3/+3 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -3/+24 |
* | Use setproctitle() if available to modify $0. | Jeffrey Friedl | 2000-07-27 | 1 | -0/+3 |
* | enable UTF-16 filter by default if relevant BOM is seen; various | Gurusamy Sarathy | 2000-07-14 | 1 | -1/+1 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+3 |
* | Signals-be-gone for microperl. | Jarkko Hietaniemi | 2000-06-01 | 1 | -0/+2 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -3/+3 |
* | reenable fake signal handling on Windows, bugs and all | Gurusamy Sarathy | 2000-05-17 | 1 | -0/+8 |
* | fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess) | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | make return values from match in a list context, as well as $& et | Gurusamy Sarathy | 2000-03-18 | 1 | -5/+21 |
* | STRLEN != int. | Jarkko Hietaniemi | 2000-03-13 | 1 | -2/+1 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -16/+25 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -14/+8 |
* | fix segfault on C<local ${^WARNING_BITS}> | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+5 |
* | Do not cast pointers into I32s. | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+1 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
* | change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; | Gurusamy Sarathy | 2000-02-07 | 1 | -8/+6 |
* | ${^Warnings} renamed to ${^WARNING_BITS} | Gurusamy Sarathy | 2000-02-07 | 1 | -4/+4 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 1 | -2/+2 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+6 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -2/+6 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+64 |
* | assorted little nits | Gurusamy Sarathy | 2000-01-24 | 1 | -3/+1 |
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | fix for -Dp via $^D (suggested by Stephane Payrard | Gurusamy Sarathy | 1999-12-06 | 1 | -0/+3 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+4 |
|\ |
|
| * | VMS patches from Peter Prymmer. | Jarkko Hietaniemi | 1999-11-21 | 1 | -0/+4 |
* | | avoid PTR->IV cast warnings | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -10/+14 |
|/ |
|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 1 | -1/+1 |
|\ |
|
| * | cloned interpreters now actually run and pass all but 55/10386 | Gurusamy Sarathy | 1999-11-13 | 1 | -1/+1 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-07 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | allow $\ to work right when set to a string with embedded nulls | Gurusamy Sarathy | 1999-11-05 | 1 | -2/+4 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | | Initial integration of the MacPerl changes form Matthias. | Jarkko Hietaniemi | 1999-11-02 | 1 | -5/+22 |
|/ |
|
* | Fix printing of uids and gids; regen Configure. | Jarkko Hietaniemi | 1999-10-28 | 1 | -3/+3 |
* | Integrate with Sarathy; manual resolve on regcomp.c conflicts | Jarkko Hietaniemi | 1999-10-27 | 1 | -10/+11 |
|\ |
|
| * | more GCC v2.95 induced adjustments | Gurusamy Sarathy | 1999-10-27 | 1 | -8/+8 |
| * | warnings and const violations identified by compiling in C++ mode | Gurusamy Sarathy | 1999-10-26 | 1 | -1/+1 |
| * | Re: [PATCH 5.005_62] OS/2 improvements | Ilya Zakharevich | 1999-10-24 | 1 | -1/+2 |
* | | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -2/+3 |
|/ |
|