1999-07-04 |
Gurusamy Sarathy | perl_run() should call my_exit(0) for normal completion |
commit | commitdiff | tree | snapshot |
1999-07-04 |
Gurusamy Sarathy | make overload, Data::Dumper, and dumpvar understand... |
commit | commitdiff | tree | snapshot |
1999-07-04 |
Jens-Uwe Mager | make AIX dynaloading work when libperl is shared (and... |
commit | commitdiff | tree | snapshot |
1999-07-04 |
Gurusamy Sarathy | remove misleading info on defined(&func), unclutter... |
commit | commitdiff | tree | snapshot |
1999-07-04 |
Jan Dubois | MINGW32 and EGCS 1.1.2 support |
commit | commitdiff | tree | snapshot |
1999-07-04 |
Gurusamy Sarathy | newer version of perlxstut from Jeff Okamoto (slightly... |
commit | commitdiff | tree | snapshot |
1999-07-02 |
Gurusamy Sarathy | avoid warnings |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Gurusamy Sarathy | inc version (for CPAN.pm sanity) |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Gurusamy Sarathy | regen perltoc |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Damian Conway | [19990526.002] Misc. improvements to Class:Struct |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Gurusamy Sarathy | remove bogus PL_optype_size |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Gurusamy Sarathy | upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT... |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Gurusamy Sarathy | make autogenerated files writable |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Gurusamy Sarathy | somewhat untested PERL_OBJECT cleanups (C++isms mostly |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Gurusamy Sarathy | integrate cfgperl changes into mainline |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Gurusamy Sarathy | fix indents |
commit | commitdiff | tree | snapshot |
1999-06-24 |
Gurusamy Sarathy | update Changes |
commit | commitdiff | tree | snapshot |
1999-06-24 |
Gurusamy Sarathy | avoid race condition in the CAPI extension bootstrap... |
commit | commitdiff | tree | snapshot |
1999-06-24 |
Gurusamy Sarathy | sanity check to cover the case when perl is installed... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Gurusamy Sarathy | tweak RefHash to make intent clearer (suggested by... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Gurusamy Sarathy | oops, backout bogus change#3545 |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Gurusamy Sarathy | remove dead code |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Jarkko Hietaniemi | Tidy up #3542 and #3543. |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Jarkko Hietaniemi | Spice up locale.t. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Jarkko Hietaniemi | Fixed two long-standing locale bugs. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gurusamy Sarathy | dump C<0> as such, not C<'0'> |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Gurusamy Sarathy | fix coredumper in change#3498 |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Gurusamy Sarathy | EXTERN_C declarations for global arrays in various |
commit | commitdiff | tree | snapshot |
1999-06-12 |
Gurusamy Sarathy | caller.pm typos |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Gurusamy Sarathy | various little tweaks; most globals are now in intrpvar... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Gurusamy Sarathy | implement C<use caller 'encoding'> |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Gurusamy Sarathy | truncate() has a peculiar exemption from strict barewor... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Gurusamy Sarathy | GDBM tweak |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Gurusamy Sarathy | part of the platform changes for IMPLICIT_CONTEXT |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Gurusamy Sarathy | DB_File tweaks for IMPLICIT CONTEXT |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Gurusamy Sarathy | most globals are now interpreter local; locale initiali... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Gurusamy Sarathy | fix small nits |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Gurusamy Sarathy | win32 build fixes |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Gurusamy Sarathy | more complete support for implicit thread/interpreter... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Gurusamy Sarathy | missed a file |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Gurusamy Sarathy | initial stub implementation of implicit thread/this |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Gurusamy Sarathy | clean up some stray "global" symbols |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Gurusamy Sarathy | avoid dereferencing null pointer from getpwent() et al |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Gurusamy Sarathy | remove _() non-ansism |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Gurusamy Sarathy | missed a few files |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Gurusamy Sarathy | integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Gurusamy Sarathy | remove stray K&R-isms |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Gurusamy Sarathy | change#3447 didn't do enough to exempt Foo->bar(qw... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Jarkko Hietaniemi | Patch applying of #3499 had gone awry. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Gurusamy Sarathy | tighter -help output |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Gurusamy Sarathy | fix memory leak in C<eval 'return sub {...}'> |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Gurusamy Sarathy | tweak C++isms |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Jarkko Hietaniemi | Cleanup of #3488. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ilya Zakharevich | OS/2 socket fixes. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Mark-Jason... | PATCH (5.005_57): Document use of `SPECIAL' flag for... |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Gurusamy Sarathy | avoid gv_check() recursive pit |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Jan Dubois | Safeguard against unimplemented functions in pwuid... |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Norton T. Allen | QNX needs <sys/select.h> to define fd_set. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Jan Dubois | (was Re: Unitialized Value Complaints in Math::BigFloat) |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Jarkko Hietaniemi | Make Configure support the change #3367, |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Gurusamy Sarathy | add wide versions of win32 system calls (first step in |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Jarkko Hietaniemi | The new t/lib/io_linenum.t was using stricture |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Tom Hughes | ByteLoader mark 2 |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Mark-Jason... | PATCH (5.005_57): defined(@a) now deprecated |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Ilya Zakharevich | Cosmetic OS/2-related patches |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Ilya Zakharevich | Required OS/2-related patches |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Paul Johnson | Provide more useful test okay percentage |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Paul Johnson | Fixes related to working local $. |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Gurusamy Sarathy | change#3449 wasn't doing enough |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Paul Marquess | RE: [19990527.002] DBM Filters in _57 cause problems... |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Vishal Bhatia | fixing eval in the compiler |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Andy Dougherty | Configure updates for ISC 4.1 |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Andy Dougherty | Re: 5.005_57 NOT OK on SunOS 4.1.3 |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Gurusamy Sarathy | make win32_spawnvp() inherit standard handles even... |
commit | commitdiff | tree | snapshot |
1999-05-26 |
Andy Dougherty | Re: BUG -> [19990526.004] perl5.005_57 error in util... |
commit | commitdiff | tree | snapshot |
1999-05-26 |
Gurusamy Sarathy | fix missing exported symbol |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Todd C. Miller | Configure -Dopenbsd_distribution to build for the OpenB... |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Tom Hughes | Make Configure recognise glibc 2.1 stdio |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Jarkko Hietaniemi | 3479, 3480, 3481 seems logical. |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Jarkko Hietaniemi | The change #3479 wasn't perfect. |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Jarkko Hietaniemi | Cures for _57 in AIX 4.1.5.0. |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Jarkko Hietaniemi | Cures for _57 in AIX 4.1.5.0. |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Jarkko Hietaniemi | Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | here be 5.005_57 |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | up patchlevel &c |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Ilya Zakharevich | REx engine improvements |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | test case for change#3470 |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | perlport 1.43 update from Chris Nandor and Tom Christiansen |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | assorted tweaks |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | perlref update from Tom Christiansen |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Ilya Zakharevich | hv.c calling negative malloc() |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | avoid temporary files that have a constant name (from... |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Peter Prymmer | EBCDIC %HTML_Escapes for Pod::Text, plus sync patch. |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Gurusamy Sarathy | fix glob() bug that resulted in missing symlinks that... |
commit | commitdiff | tree | snapshot |
next |