summaryrefslogtreecommitdiff
path: root/miniperlmain.c
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* perl.c - move PL_restartop assert out of perl_run()Yves Orton2022-11-301-1/+22
* make PERL_USE_SAFE_PUTENV the default and the only optionTomasz Konojacki2022-05-291-16/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-31/+0
* get MakeMaker to play under PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-1/+6
* fix up faulty perl embeddingsZefram2017-12-211-2/+1
* better document Miniperl.pm, (mini)perlmain.cDavid Mitchell2016-06-171-3/+10
* Tru64: introduce PERL_SYS_FPU_INIT, use it.Jarkko Hietaniemi2014-09-261-0/+2
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-1/+0
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-0/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+0
* my_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2014-04-241-1/+7
* For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().Nicholas Clark2013-07-121-4/+3
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+6
* Refactor ExtUtils::Miniperl to use ExtUtils::Embed.Nicholas Clark2013-07-091-2/+1
* Move the "editor block" from miniperlmain.c to ExtUtils::MiniperlNicholas Clark2013-07-071-9/+7
* Clean up ExtUtils::MiniperlNicholas Clark2013-07-071-1/+1
* Invert the build logic for miniperlmain.c and ExtUtils::MiniperlNicholas Clark2013-07-071-2/+2
* release the global struct *after* we've finished using itTony Cook2013-01-251-2/+2
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-6/+0
* do not try to restore state of pseudosignal zeroChip Salzenberg2012-06-221-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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