| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vendorlib support for Windows; regen win32/config* | Gurusamy Sarathy | 2000-03-06 | 1 | -1/+1 |
* | the incpush()es weren't all quite right on Windows in change#5559 | Gurusamy Sarathy | 2000-03-06 | 1 | -17/+9 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -23/+42 |
* | strip last component of SITELIB_EXP only if it looks like a | Gurusamy Sarathy | 2000-03-05 | 1 | -4/+9 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -14/+15 |
* | change#5364 had a few problems | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+1 |
* | utf8-ize @ARGV when -C switch is used on Windows | Gurusamy Sarathy | 2000-02-29 | 1 | -2/+9 |
* | more adjustments needed for change#5342 under use5005threads | Gurusamy Sarathy | 2000-02-29 | 1 | -25/+35 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -13/+28 |
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -2/+5 |
* | Configure nits; add socksizetype; add getfsstat for completeness; | Jarkko Hietaniemi | 2000-02-25 | 1 | -1/+1 |
* | More UTF8_MAXLEN fixes | Gisle Aas | 2000-02-24 | 1 | -1/+1 |
* | cygwin port | Fifer, Eric | 2000-02-24 | 1 | -1/+1 |
* | add -W and -X to -h output; fix other pod omissions | Gurusamy Sarathy | 2000-02-22 | 1 | -0/+2 |