summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of compilation warnings about unused variables.Rafael Garcia-Suarez2003-11-131-0/+2
* Copyright updates.Rafael Garcia-Suarez2003-11-081-1/+1
* Increment the version number to 5.6.2.Rafael Garcia-Suarez2003-09-181-1/+1
* Integrate changes #9813 and #21045 from the main branch.Rafael Garcia-Suarez2003-09-061-1/+6
* Don't uppercase automatically all environment variables on DJGPP.Rafael Garcia-Suarez2003-08-261-1/+1
* update copyright yearGurusamy Sarathy2001-03-221-2/+2
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-0/+5
* more thorough cleaning of arenas--keep going until no moreGurusamy Sarathy2001-03-181-6/+5
* fix memory leak in pack("Bb",...)Gurusamy Sarathy2001-03-071-0/+1
* Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,Jarkko Hietaniemi2001-03-021-1/+9
* Integrate change #8916 from mainline,Jarkko Hietaniemi2001-02-231-9/+0
* Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.Jarkko Hietaniemi2001-02-231-0/+15
* Integrate change #8909 from mainline, a better BorlandJarkko Hietaniemi2001-02-231-15/+6
* Integrate changes #8898,8899 from mainline, environ handling.Jarkko Hietaniemi2001-02-231-6/+25
* Removed %ENV refcount loop. Elements of %ENV are magical,Alan Burlison2001-02-201-1/+1
* Integrate changes #8803,8804,8805 from mainline.Jarkko Hietaniemi2001-02-141-1/+26
* Integrate change #8792 from mainline.Chris Nandor2001-02-131-6/+7
* Integrate with tweakery the change #8625 from mainline,Jarkko Hietaniemi2001-01-301-0/+1
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-29/+4
* Integrate changes #7355[-doio.c],7691,7744,7753[perlio],Jarkko Hietaniemi2001-01-271-1/+1
* integrate changes#7643,7646..7649,7651..7654,7658,7659,Gurusamy Sarathy2000-12-181-2/+2
* integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,Andreas König2000-12-181-1/+1
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-4/+5
* integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,Gurusamy Sarathy2000-12-171-1/+1
* integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,Gurusamy Sarathy2000-11-271-1/+12
* integrate changes#6613..6616,6620..6665 from mainlineGurusamy Sarathy2000-11-271-12/+0
* integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,Gurusamy Sarathy2000-11-271-2/+18
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-0/+2
* integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468Gurusamy Sarathy2000-11-271-0/+4
* integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,Barrie Slaymaker2000-11-201-3/+8
* integrate changes#6207..6210 from cfgperlDan Sugalski2000-10-161-0/+3
* 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