summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Make warnings.t pass with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* Stop "Possible use before definition" warning following change 24997Steve Hay2005-06-281-2/+2
* Need to pass a my_perl to S_my_localtime to make threaded builds build.Nicholas Clark2005-06-261-2/+2
* Workaround localtime edge case where TZ makes time go beyondH.Merijn Brand2005-06-241-0/+51
* Pre-YAPC consting funAndy Lester2005-06-231-2/+2
* Warning suppression.Rafael Garcia-Suarez2005-06-231-1/+1
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-231-2/+2
* Const Boy II: The LocalizingAndy Lester2005-06-231-46/+34
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-3/+0
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-11/+13
* Passing read only values (such as string constants) to select shouldNicholas Clark2005-06-101-2/+9
* More SvPV constingNicholas Clark2005-06-081-1/+1
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-4/+2
* n_a no moreNicholas Clark2005-06-081-5/+4
* Remove two more unused C<n_a>sNicholas Clark2005-06-081-2/+0
* Convert POPpx POPpconstx and POPpbytex to use nolen macros.Nicholas Clark2005-06-081-31/+9
* More SvPV constingNicholas Clark2005-06-071-9/+8
* More SvPV constingNicholas Clark2005-06-071-5/+5
* More SvPV consting.Nicholas Clark2005-06-071-17/+17
* Lots of constingNicholas Clark2005-06-071-14/+14
* Unvoid SvUPGRADEAndy Lester2005-06-071-3/+3
* Simplify the getppid code, by Alexey TourbinRafael Garcia-Suarez2005-06-041-6/+3
* Random constingAndy Lester2005-06-031-3/+3
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-6/+6
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-33/+26
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-0/+2
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-1/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+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-1/+1
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-4/+4
* attributes-two.patch, the next batchAndy Lester2005-05-091-6/+6
* For perls where pids and ppids are cached, when the ppid ofRafael Garcia-Suarez2005-05-021-0/+6
* A couple of warning fixes by GisleRafael Garcia-Suarez2005-04-271-1/+1
* Fix my_chsize() for systems having chsize(), broken by change #24271Steve Hay2005-04-221-0/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-28/+37
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-181-2/+1
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-181-1/+1
* Make the four-argument form of select() return undefRafael Garcia-Suarez2005-04-111-1/+4
* Down with potentially incorrect duplicate prototypesNicholas Clark2005-04-051-6/+0
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-1/+1
* Fix PerlLIO_chsize() for platforms that don't have chsize()Steve Hay2005-03-291-4/+0
* Consting fiveAndy Lester2005-03-251-2/+2
* Third consting batchAndy Lester2005-03-241-6/+6
* More consting goodnessAndy Lester2005-03-211-3/+3
* Fix for bug [ID 20020227.005] format bug with undefined _TOPH.Merijn Brand2005-02-271-1/+1
* Patch for Perlbug #4253Nikolai Eipel2005-02-181-1/+0
* [perl #33928] chomp() fails after alarm(), `sleep`Dave Mitchell2005-01-291-2/+3
* Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32Yitzchak Scott-Thoennes2005-01-211-2/+0