| Commit message (Expand) | Author | Age | Files | Lines |
* | Add non-blocking thread doneness checking | Dan Sugalski | 2000-10-25 | 1 | -0/+1 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -1/+1 |
* | The HINT_BYTE patch is apparently unnecessary, retracted. | Jarkko Hietaniemi | 2000-10-06 | 1 | -12/+0 |
* | Patch from Peter Prymmer to disable utf8 in EBCDIC platforms. | Jarkko Hietaniemi | 2000-10-06 | 1 | -0/+12 |
* | Epoc update | Olaf Flebbe | 2000-10-03 | 1 | -3/+3 |
* | DLL not restartabke with threaded perl | Dave Hartnoll | 2000-10-03 | 1 | -0/+1 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -1/+1 |
* | Don't say "Perl 5.0 source kit". | Jarkko Hietaniemi | 2000-08-30 | 1 | -1/+1 |
* | AIX 4.3.3 has SOCKS in libc with a differently named init routine, | Dan Hale | 2000-08-25 | 1 | -0/+4 |
* | Bytecompiler patches from Benjamin Stuhl. | Jarkko Hietaniemi | 2000-08-22 | 1 | -1/+8 |
* | For now remove the mail code. | Jarkko Hietaniemi | 2000-08-14 | 1 | -12/+0 |
* | Patch against 5.6.0 to allow "-d:Module=arg,arg,arg" | Randy J. Ray | 2000-08-08 | 1 | -2/+18 |
* | Plug the security hole described in the Aug 05 2000 bugtraq message | Jarkko Hietaniemi | 2000-08-07 | 1 | -0/+2 |
* | MacOS nits from Matthias Neeracher. | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+4 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+3 |
* | integrate cfgperl changes#6174..6203 into mainline (first of several) | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+4 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-06-06 | 1 | -3/+2 |
| |\ |
|
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-06-03 | 1 | -2/+12 |
| |\ \ |
|
| * | | | Signals-be-gone for microperl. | Jarkko Hietaniemi | 2000-06-01 | 1 | -0/+4 |
* | | | | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+4 |
* | | | | fix large memory leak that has been around for ever, masked by | Gurusamy Sarathy | 2000-07-04 | 1 | -3/+2 |
* | | | | fix ~320 byte memory leak (psig_{ptr,name} tables were never freed) | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+2 |
| |_|/
|/| | |
|
* | | | Perl_eval_pv() leaks 4 bytes every time it is called because it | Gurusamy Sarathy | 2000-06-06 | 1 | -3/+2 |
| |/
|/| |
|
* | | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -2/+12 |
|/ |
|
* | tweak for change#6127 | Gurusamy Sarathy | 2000-06-01 | 1 | -2/+1 |
* | avoid type mismatch warning | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
* | OS/2 tweaks for usethreads build (from Rocco Caputo | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -8/+101 |
* | call_method(...,G_EVAL) can longjmp() out if the method probing | Gurusamy Sarathy | 2000-05-28 | 1 | -13/+11 |
* | PL_sys_intern was being initialized too late on windows | Gurusamy Sarathy | 2000-05-11 | 1 | -1/+5 |
* | concat doesn't preserve utf8-ness, and doesn't invalidate | Gurusamy Sarathy | 2000-05-07 | 1 | -1/+1 |
* | s/END/CHECK/ | Gurusamy Sarathy | 2000-05-05 | 1 | -1/+1 |
* | printf(...) should be PerlIO_printf(PerlIO_stdout(), ...) | Gurusamy Sarathy | 2000-05-04 | 1 | -22/+42 |
* | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it | Gurusamy Sarathy | 2000-05-02 | 1 | -0/+2 |
* | tweak change#5945 to display correct switch name in diagnostic | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+2 |
* | support additional library locations via $Config{otherlibdirs} | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+4 |
* | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-26 | 1 | -0/+2 |
|\ |
|
| * | make module name mandatory after -M switch; reorder perldiag | Gurusamy Sarathy | 2000-04-25 | 1 | -0/+2 |
| * | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) | Gurusamy Sarathy | 2000-04-16 | 1 | -0/+1 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -0/+1 |
* | | Flatten the cpp jungle doing the nosuid checking. | Jarkko Hietaniemi | 2000-04-24 | 1 | -53/+66 |
|/ |
|
* | fix coredump when upgrading PL_sv_yes in a second call to | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+2 |
* | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 1 | -0/+6 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -2/+2 |
* | change#3511 was not defensive enough about try blocks, causing | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+1 |
* | VMS build tweaks (from Charles Bailey) | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+1 |
* | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 1 | -1/+5 |
* | CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern) | Gurusamy Sarathy | 2000-03-07 | 1 | -0/+9 |
* | separate options to incpush() for adding version directories and | Gurusamy Sarathy | 2000-03-07 | 1 | -47/+52 |