summaryrefslogtreecommitdiff
path: root/miniperlmain.c
Commit message (Expand)AuthorAgeFilesLines
* Change PL_use_safe_putenv from int to bool.Nicholas Clark2011-06-121-1/+1
* Microperl doesn't do signal handlers, ifdef some handling codeDavid Leadbeater2011-03-281-0/+2
* [perl #81500] Make compilation work when NO_ENV_ARRAY_IN_MAIN is definedDavid Leadbeater2011-01-021-1/+3
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-1/+1
* main: Unregister signal handler before destroying my_perlJohn Wright2009-06-071-1/+8
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+5
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'...Jarkko Hietaniemi2006-07-131-1/+11
* PERL_TRACK_MEMPOOL cripples environment after exit()Marcus Holland-Moritz2006-02-271-1/+14
* unused context warningsAndy Lester2006-02-241-0/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* Symbian port of PerlJarkko Hietaniemi2005-04-211-12/+20
* 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