summaryrefslogtreecommitdiff
path: root/miniperlmain.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Consting fiveAndy Lester2005-03-251-0/+1
* Update copyright years.Nicholas Clark2005-01-041-2/+2
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-0/+3
* more typo fixes for change 3176 (comments at top of .c files)Dave Mitchell2004-08-031-2/+2
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+9
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-3/+0
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-0/+3
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-1/+1
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-13/+2
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-2/+13
* END{} can change the return value even if we die from BEGIN{}Artur Bergman2001-08-291-5/+3
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
* Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run...Artur Bergman2001-08-171-5/+4
* SV: END {} blocks run in perl_runArthur Bergman2001-08-121-1/+4
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-1/+10
* [patch] pthread_atfork bandaidDoug MacEachern2001-07-121-0/+6
* [patch] perl.gprof controlDoug MacEachern2001-06-131-0/+4
* Memory tweaks and notes for OEMVS.Nick Ing-Simmons2001-03-261-1/+6
* perldelta update, typos and whitespace adjustmentsGurusamy Sarathy2000-03-111-7/+7
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-1/+0
* Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-241-1/+1
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-0/+2
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-2/+0
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-0/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-3/+4
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-0/+6
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-2/+2
* #ifdef CAN_PROTOTYPE cleanupGisle Aas1998-02-251-7/+0
* #undef new PERLVARIC macro in appropriate placesNick Ing-Simmons1997-12-141-1/+1
* [win32] Revert to keeping (some) constant strings as globalsGurusamy Sarathy1997-12-021-0/+2
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-0/+8
* Stop double initialisation of malloc_mutex:Ilya Zakharevich1997-11-271-4/+0
* Generic file changes for MYMALLOCNick Ing-Simmons1997-11-161-0/+4
* Clean up win32/win32sck.c (runtime load of Winsock now gone, it can beGurusamy Sarathy1997-11-121-7/+0
* Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-4/+2
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-1/+1
* Minor changes to ease port to MVSLen Johnson1997-09-051-0/+4
* [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-0/+1
* perl 5.003_01: miniperlmain.cPerl 5 Porters1996-07-171-5/+4
* OS/2 update: add initialization macroPerl 5 Porters1996-03-151-0/+3
* perl 5.002gamma: miniperlmain.cPerl 5 Porters1996-02-071-46/+4
* perl5.002beta3Perl 5 Porters1996-02-021-25/+25