2009-04-21 |
Nicholas Clark |
Build perltoc.pod, rather than shipping it. This way... |
tree | commitdiff |
2009-04-20 |
Steve Hay |
Fix calling of autodoc.pl in Win32 nmake Makefile |
tree | commitdiff |
2009-04-20 |
Steve Hay |
Remove leftover copying of perlvms.pod on Win32 |
tree | commitdiff |
2009-04-20 |
Nicholas Clark |
Move vms/perlvms.pod to pod/ and update the Makfiles... |
tree | commitdiff |
2009-04-19 |
Nicholas Clark |
For Win32, add the generated files to the delete list... |
tree | commitdiff |
2009-04-18 |
Max Maischein |
Make autodoc.pl accept the root dir in @ARGV |
tree | commitdiff |
2009-04-18 |
Nicholas Clark |
Generate perlapi.pod and perlintern.pod at build time... |
tree | commitdiff |
2009-04-17 |
Steve Hay |
Add reference to MS KB article describing leak in putenv() |
tree | commitdiff |
2009-04-17 |
Steve Hay |
Remove last vestiges of USE_WIN32_RTL_ENV |
tree | commitdiff |
2009-04-12 |
Nicholas Clark |
Convert xsutils.c and lib/attributes.pm to a regular... |
tree | commitdiff |
2009-04-12 |
Nicholas Clark |
Eliminate "Old Perl threads tutorial", which describes... |
tree | commitdiff |
2009-04-12 |
Nicholas Clark |
Remove attrs, which has been deprecated since 1999... |
tree | commitdiff |
2009-03-25 |
H.Merijn Brand |
IPv6 config variables for the other OS's |
tree | commitdiff |
2009-03-07 |
Craig A. Berry |
Make DynaLoader clone its private data under threads. |
tree | commitdiff |
2009-02-20 |
Nicholas Clark |
Add a parameter to win32_get_{priv,site,vendor}lib... |
tree | commitdiff |
2009-02-12 |
Steve Hay |
win32/ext doesn't exist any more, so no need to look... |
tree | commitdiff |
2009-02-10 |
Nicholas Clark |
All extensions are at the top level, so no longer any... |
tree | commitdiff |
2009-02-10 |
Nicholas Clark |
Sys-Syslog I18N-Langinfo have long names now. |
tree | commitdiff |
2009-02-09 |
Nicholas Clark |
Remove special casing for extensions nested inside... |
tree | commitdiff |
2009-02-07 |
Nicholas Clark |
Remove duplicate code from dynamic_ext(), static_ext... |
tree | commitdiff |
2009-02-07 |
Nicholas Clark |
FindExt matches on extension name, not directory name... |
tree | commitdiff |
2009-02-05 |
Nicholas Clark |
Exclude VMS extensions on non-VMS. |
tree | commitdiff |
2009-02-04 |
Nicholas Clark |
Also cope with extension directory names of the form... |
tree | commitdiff |
2009-02-04 |
Nicholas Clark |
Clearer variable names. Add a mode line coda. |
tree | commitdiff |
2009-02-04 |
Nicholas Clark |
A test for FindExt, not run by make test. (Useful for... |
tree | commitdiff |
2009-02-03 |
Nicholas Clark |
Refactor to avoid changing directory, and avoid needing... |
tree | commitdiff |
2009-02-03 |
Steve Hay |
Oops. Missed these two files from commit 200cbd6aa595a0... |
tree | commitdiff |
2009-02-02 |
Nicholas Clark |
Convert the last few references from buildext.pl to... |
tree | commitdiff |
2009-02-02 |
Nicholas Clark |
Fold win32/buildext.pl into make_ext.pl |
tree | commitdiff |
2009-02-02 |
Steve Hay |
Restore broken clean target in win32/makefile.mk |
tree | commitdiff |
2009-02-01 |
Nicholas Clark |
Replacing system $scalar with system @list requires... |
tree | commitdiff |
2009-02-01 |
Nicholas Clark |
The $@ was actually a botched conversion from $make... |
tree | commitdiff |
2009-01-31 |
Nicholas Clark |
Create build_extension() to encapsulate the per-extensi... |
tree | commitdiff |
2009-01-31 |
Nicholas Clark |
Make dir and target --options to buildext.pl. Update... |
tree | commitdiff |
2009-01-30 |
Nicholas Clark |
Replace the one file timestamp dependency check with... |
tree | commitdiff |
2009-01-29 |
Nicholas Clark |
win32/ext was removed by change 30379 in 2007, so no... |
tree | commitdiff |
2009-01-29 |
Nicholas Clark |
Add an explicit --all option to buildext.pl, rather... |
tree | commitdiff |
2009-01-28 |
Nicholas Clark |
Pass $(MAKE) as one quoted commandline argument, to... |
tree | commitdiff |
2009-01-27 |
Nicholas Clark |
In buildext.pl, refactor the @ARGV parsing into a singl... |
tree | commitdiff |
2009-01-26 |
Nicholas Clark |
Break the --create-perllibst-h and --list-static-libs... |
tree | commitdiff |
2009-01-25 |
Nicholas Clark |
Unbreak Makefile too (replicate fcd65f8d4322911242887c0... |
tree | commitdiff |
2009-01-25 |
Max Maischein |
Unbreak build on Windows |
tree | commitdiff |
2009-01-25 |
Nicholas Clark |
Port 486cd780047ff22471c5cbe417911a042ae23962 to win32... |
tree | commitdiff |
2009-01-24 |
Nicholas Clark |
Add -DPERL_IS_MINIPERL when building the object files... |
tree | commitdiff |
2009-01-24 |
Nicholas Clark |
The exit code of make_patchnum.pl is no longer used... |
tree | commitdiff |
2009-01-13 |
Steve Hay |
Restore Win32 build by creating git_version.h. |
tree | commitdiff |
2009-01-04 |
Max Maischein |
Added stuff so that perl.exe now builds clean with... |
tree | commitdiff |
2009-01-04 |
Max Maischein |
Added config.w32 to win32/.gitignore |
tree | commitdiff |
2009-01-04 |
Max Maischein |
Added win32/.gitignore to ignore stuff from the Windows... |
tree | commitdiff |
2009-01-03 |
Michael G. Schwern |
Apply bleadperl@34470 by hand while waiting for the... |
tree | commitdiff |
2009-01-03 |
Michael G. Schwern |
Turn quads on in the VC configurations. |
tree | commitdiff |
2008-12-27 |
Nicholas Clark |
Proper pluggable Method Resolution Orders. 'c3' is... |
tree | commitdiff |
2008-12-25 |
Alex Vandiver |
Remove all mention of checkpods |
tree | commitdiff |
2008-12-25 |
Alex Vandiver |
Move 'make check' in pods/ to using Pod::Checker |
tree | commitdiff |
2008-12-21 |
Rafael Garcia-Suarez |
Add the perlperf manpage, by Richard Foley |
tree | commitdiff |
2008-12-19 |
Steve Hay |
Subject: RE: [perl #61492] ExtUtils::MM_Win32 should... |
tree | commitdiff |
2008-12-19 |
Leon Brocard |
Add other files modified by buildtoc |
tree | commitdiff |
2008-12-12 |
Steve Hay |
Update Win32 canned configs |
tree | commitdiff |
2008-12-03 |
Rafael Garcia-Suarez |
Configure detection of __attribute__((deprecated)) |
tree | commitdiff |
2008-11-28 |
H.Merijn Brand |
could we add usedevel to config.h? |
tree | commitdiff |
2008-11-17 |
Gisle Aas |
Change LONG_DOUBLESIZE macros to match config (ref... |
tree | commitdiff |
2008-11-12 |
Gisle Aas |
sizeof(long double) is 8 bytes for all Microsoft compilers |
tree | commitdiff |
2008-11-08 |
Marcus Holland-Moritz |
Re: [PATCH: Configure/NDBM_File] Add prototype detectio... |
tree | commitdiff |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
tree | commitdiff |
2008-10-29 |
Nicholas Clark |
make distclean patch from Andy Armstrong. |
tree | commitdiff |
2008-10-07 |
Steve Hay |
Define HAS_QUAD on Win32 and introduce new value for... |
tree | commitdiff |
2008-10-07 |
Steve Hay |
Refine Win32's s{GM|LOCAL}TIME_{min|max} values based... |
tree | commitdiff |
2008-10-03 |
H.Merijn Brand |
Add probes for *time64 () functions |
tree | commitdiff |
2008-09-30 |
Steve Hay |
Correct the sLOCALTIME_{min|max} values added by #34363... |
tree | commitdiff |
2008-09-15 |
H.Merijn Brand |
Add probes for LOCALTIME_max and LOCALTIME_min (y2038... |
tree | commitdiff |
2008-09-07 |
Jan Dubois |
Fix mismatched #if/#endif in Win64 configuration. |
tree | commitdiff |
2008-08-09 |
Nicholas Clark |
Use App::Prove::State to store the timings for the... |
tree | commitdiff |
2008-07-09 |
Jan Dubois |
Update Win32 canned configs |
tree | commitdiff |
2008-06-20 |
Rafael Garcia-Suarez |
Make the version string more consistent between Windows... |
tree | commitdiff |
2008-06-17 |
Risto Kankkunen |
[perl #46309] Buffer overflow in win32_select() (PATCH... |
tree | commitdiff |
2008-05-29 |
Andy Dougherty |
Propagate new i_gdbm*ndbm variables |
tree | commitdiff |
2008-04-29 |
Jan Dubois |
Win32 process ids can have more than 16 bits |
tree | commitdiff |
2008-03-29 |
Dominic Dunlop |
Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5... |
tree | commitdiff |
2008-03-29 |
Nicholas Clark |
Add i_syspoll to all the pre-canned configs. |
tree | commitdiff |
2008-03-25 |
Steve Hay |
RE: [PATCH revised] Fix ExtUtils::Install under Cygwin |
tree | commitdiff |
2008-03-13 |
Robert May |
[perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista... |
tree | commitdiff |
2008-02-25 |
Steve Hay |
Silence Borland compiler warnings (except for warnings... |
tree | commitdiff |
2008-02-22 |
Steve Hay |
Regenerate the win32/config_H.* files using the makefil... |
tree | commitdiff |
2008-02-22 |
Steve Hay |
Fix-up Win32's regen_config_h targets for semi-automati... |
tree | commitdiff |
2008-02-22 |
Steve Hay |
Correct large files / lseek size ... |
tree | commitdiff |
2008-02-22 |
Steve Hay |
Sync win32/config.* with Porting/config.sh |
tree | commitdiff |
2008-02-22 |
Steve Hay |
Silence warning from VC8 when building without USE_LARG... |
tree | commitdiff |
2008-02-12 |
Jan Dubois |
Fix bit-fields for VC [was RE: [perl #50386] GIMME_V... |
tree | commitdiff |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
tree | commitdiff |
2008-02-10 |
Nicholas Clark |
Eliminate use of Nullop in the core code. Dual life... |
tree | commitdiff |
2008-02-08 |
Robert May |
Give Win32 message windows proper window procedures |
tree | commitdiff |
2008-02-08 |
Robert May |
win32_async_check() doesn't loop enough. |
tree | commitdiff |
2008-01-23 |
Nicholas Clark |
Oops, change 33049 really did need to update all the... |
tree | commitdiff |
2008-01-23 |
Nicholas Clark |
Purge all use of Nullch in non-dual life modules. |
tree | commitdiff |
2008-01-23 |
Nicholas Clark |
Fix the misplaced warnings and failing tests caused... |
tree | commitdiff |
2008-01-11 |
Andy Armstrong |
Add dtrace support |
tree | commitdiff |
2008-01-04 |
Vincent Pit |
Re: SV leak? |
tree | commitdiff |
2007-12-23 |
Steve Peters |
Welcome to Perl 5.11, win32! |
tree | commitdiff |
2007-12-23 |
Steve Peters |
Nullch and others were still alive and well in some... |
tree | commitdiff |
2007-12-22 |
Nicholas Clark |
Add a Configure probe for <assert.h> |
tree | commitdiff |
next |