summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-1/+5
* CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)Gurusamy Sarathy2000-03-071-0/+9
* separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-071-47/+52
* vendorlib support for Windows; regen win32/config*Gurusamy Sarathy2000-03-061-1/+1
* the incpush()es weren't all quite right on Windows in change#5559Gurusamy Sarathy2000-03-061-17/+9
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-23/+42
* strip last component of SITELIB_EXP only if it looks like aGurusamy Sarathy2000-03-051-4/+9
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-14/+15
* change#5364 had a few problemsGurusamy Sarathy2000-02-291-1/+1
* utf8-ize @ARGV when -C switch is used on WindowsGurusamy Sarathy2000-02-291-2/+9
* more adjustments needed for change#5342 under use5005threadsGurusamy Sarathy2000-02-291-25/+35
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-13/+28
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-2/+5
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-1/+1
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* cygwin portFifer, Eric2000-02-241-1/+1
* add -W and -X to -h output; fix other pod omissionsGurusamy Sarathy2000-02-221-0/+2
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-02-221-0/+3
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-1/+1
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-30/+109
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-7/+2
* locale guards needed (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-02-151-0/+4
* avoid warningsGurusamy Sarathy2000-02-141-1/+2
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-7/+32
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-1/+1
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-3/+3
* Windows has a somewhat different sitelib layout, and needsGurusamy Sarathy2000-02-081-0/+10
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-0/+6
* tolerate NULL SITELIB_EXPGurusamy Sarathy2000-02-071-6/+9
* NULL-terminate PERL_INC_VERSION_LISTGurusamy Sarathy2000-02-071-4/+3
* add compatible versions from $Config{inc_ver_list} to searchGurusamy Sarathy2000-02-071-18/+34
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-2/+2
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-2/+2
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+148
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-8/+8
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-5/+5
* More -V.Jarkko Hietaniemi2000-01-181-0/+3
* More compile-time options shown with -V.Jarkko Hietaniemi2000-01-181-0/+12
* terminate -s switch processing only on C<-->, not on C<--foo>Gurusamy Sarathy2000-01-101-1/+1
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-8/+8
* integrate mainline contentsGurusamy Sarathy1999-12-281-19/+28
|\
| * update perldiag for change#4707Gurusamy Sarathy1999-12-271-2/+2
| * allow spaces in -I switch argumentGurusamy Sarathy1999-12-271-17/+27
| * bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-2/+1
* | support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-32/+37
|/
* missing backslash (spotted by Johan Vromans)Gurusamy Sarathy1999-12-161-1/+1
* interpreter structure should be nulled under -DMULTIPLICITYGurusamy Sarathy1999-12-101-0/+1
* avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-011-3/+3
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-17/+21
* cloning the stack (part 1)Gurusamy Sarathy1999-11-151-1/+1