summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-6/+6
* Post-OSCON NN/NULLOK-ingAndy Lester2005-08-081-32/+32
* Re: blead@25210 on OpenVMS (not good)John E. Malmberg2005-08-011-1/+1
* More embed.fnc goodnessAndy Lester2005-07-291-44/+41
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-1/+1
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-0/+5
* croak() accepts Nullch as a parameter.Rafael Garcia-Suarez2005-07-201-3/+3
* The continuing plod through embed.fncAndy Lester2005-07-181-41/+42
* more embed cleanupAndy Lester2005-07-151-225/+234
* More embed.fnc plowingAndy Lester2005-07-131-85/+86
* S_pad_findlex has side effects, so its return value may be ignoredDave Mitchell2005-07-121-1/+1
* get_?v have side effects, so their return values may be ignoredDave Mitchell2005-07-121-4/+4
* Making my way thru embed.fncAndy Lester2005-07-101-100/+103
* silence some compiler warningsDave Mitchell2005-07-101-2/+2
* Remove unnecessary null checkAndy Lester2005-07-041-1/+1
* Perl_share_hek needs exporting for change 25070 on Win32Steve Hay2005-07-041-1/+1
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-25/+24
* Inlining del_HE is actually a space optimisation.Nicholas Clark2005-07-041-1/+0
* Perl_ckwarn (added by change 25050) needs exporting on Win32Steve Hay2005-07-041-2/+2
* replace ckWARN macros with functionsDave Mitchell2005-07-021-0/+2
* Passing gvtype as char rather than char * to S_varname generatesNicholas Clark2005-07-021-1/+1
* Don't inline offer_nice_chunk, as it's rarely called.Nicholas Clark2005-07-021-0/+2
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-0/+4
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-8/+8
* Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalarsNicholas Clark2005-06-241-0/+4
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-2/+5
* Pre-YAPC consting funAndy Lester2005-06-231-8/+11
* The current implementation of :unique is fundamentally flawed,Nicholas Clark2005-06-231-3/+0
* Const Boy II: The LocalizingAndy Lester2005-06-231-33/+36
* handle magic in local correctlyDave Mitchell2005-06-221-0/+1
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-44/+44
* More random cleanupsAndy Lester2005-06-201-24/+21
* Replace all the new/del static functions with calls to a single pairNicholas Clark2005-06-161-22/+0
* CopSTASH_eq againAndy Lester2005-06-151-0/+1
* S_emulate_eaccess() does return a valueSteve Peters2005-06-141-1/+1
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-1/+1
* S_share_hek_flags can revert to returning a HEKNicholas Clark2005-06-131-1/+1
* Make SvUPGRADE always have the value '1'Rafael Garcia-Suarez2005-06-131-1/+1
* hash key code cleanupNicholas Clark2005-06-111-1/+1
* Shrink shared hash scalars from PVIV to PVNicholas Clark2005-06-111-2/+1
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-0/+1
* regcomp.c and moreAndy Lester2005-06-091-28/+27
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-1/+1
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-1/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* More consting of SvPVNicholas Clark2005-06-071-4/+6
* Change 24733 allows several pointers to be NULL. Therefore thisNicholas Clark2005-06-071-5/+5
* Random cleanups #47Andy Lester2005-06-071-33/+32
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-1/+2
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-0/+4