summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Add non-blocking thread doneness checkingDan Sugalski2000-10-251-0/+1
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-1/+1
* The HINT_BYTE patch is apparently unnecessary, retracted.Jarkko Hietaniemi2000-10-061-12/+0
* Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.Jarkko Hietaniemi2000-10-061-0/+12
* Epoc updateOlaf Flebbe2000-10-031-3/+3
* DLL not restartabke with threaded perlDave Hartnoll2000-10-031-0/+1
* continued -Wformat supportRobin Barker2000-09-141-1/+1
* Don't say "Perl 5.0 source kit".Jarkko Hietaniemi2000-08-301-1/+1
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-0/+4
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-1/+8
* For now remove the mail code.Jarkko Hietaniemi2000-08-141-12/+0
* Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"Randy J. Ray2000-08-081-2/+18
* Plug the security hole described in the Aug 05 2000 bugtraq messageJarkko Hietaniemi2000-08-071-0/+2
* MacOS nits from Matthias Neeracher.Jarkko Hietaniemi2000-07-261-0/+4
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+3
* integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-111-0/+4
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-06-061-3/+2
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-06-031-2/+12
| |\ \
| * | | Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-0/+4
* | | | fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-0/+4
* | | | fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-3/+2
* | | | fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)Gurusamy Sarathy2000-07-041-0/+2
| |_|/ |/| |
* | | Perl_eval_pv() leaks 4 bytes every time it is called because itGurusamy Sarathy2000-06-061-3/+2
| |/ |/|
* | fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-2/+12
|/
* tweak for change#6127Gurusamy Sarathy2000-06-011-2/+1
* avoid type mismatch warningGurusamy Sarathy2000-05-281-1/+1
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-1/+1
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-8/+101
* call_method(...,G_EVAL) can longjmp() out if the method probingGurusamy Sarathy2000-05-281-13/+11
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-1/+5
* concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-071-1/+1
* s/END/CHECK/Gurusamy Sarathy2000-05-051-1/+1
* printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)Gurusamy Sarathy2000-05-041-22/+42
* change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-0/+2
* tweak change#5945 to display correct switch name in diagnosticGurusamy Sarathy2000-04-281-1/+2
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-281-0/+4
* change#4197 somehow missed initializing PL_errors, meaningGurusamy Sarathy2000-04-271-0/+1
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-261-0/+2
|\
| * make module name mandatory after -M switch; reorder perldiagGurusamy Sarathy2000-04-251-0/+2
| * introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-161-0/+1
* | Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-0/+1
* | Flatten the cpp jungle doing the nosuid checking.Jarkko Hietaniemi2000-04-241-53/+66
|/
* fix coredump when upgrading PL_sv_yes in a second call toGurusamy Sarathy2000-03-171-2/+2
* due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-0/+6
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-2/+2
* change#3511 was not defensive enough about try blocks, causingGurusamy Sarathy2000-03-111-1/+1
* VMS build tweaks (from Charles Bailey)Gurusamy Sarathy2000-03-111-1/+1
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-1/+5
* CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)Gurusamy Sarathy2000-03-071-0/+9
* separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-071-47/+52