doc 1e6ffe
[p5sagit/p5-mst-13.2.git] / vms /
2010-05-23 David Golden create perl5132delta
2010-04-23 Craig A. Berry Fix broken -Uuseperlio build on VMS.
2010-04-20 Leon Brocard create perl5131delta
2010-04-13 Jesse Vincent Create a perl5130delta.pod
2010-03-25 Jesse Vincent perl 5.11.6 never happened. Remove the traces of its...
2010-02-21 Steve Hay Create perl5116delta and update other versions
2010-01-25 Jesse Vincent Add perl5120delta to pod.lst and MANIFEST
2010-01-20 Ricardo Signes create perl5115delta and update other versions
2010-01-12 Rafael Garcia-Suarez Add perl5114delta.pod
2010-01-06 Craig A. Berry Increase default pipe buffer size on VMS to 8192 on...
2009-11-25 Karl Williamson wrap uniprops.t; makefile changes for mktables
2009-11-24 Rafael Garcia-Suarez Remove generated file pod/perluniprops.pod from the...
2009-11-22 Rafael Garcia-Suarez Add new pod file to various lists and makefiles
2009-11-21 Craig A. Berry Declaration nit in vms.c's Perl_my_fwrite.
2009-11-20 Leon Brocard create perl5113delta
2009-10-24 Nicholas Clark Add perl5112delta, and change 5111delta from being...
2009-10-13 Jesse Vincent Move the new "perl policy" document into pod/
2009-10-04 Rafael Garcia-Suarez Run "cd pod ; ../perl -I../lib buildtoc --build-all"
2009-09-29 Nicholas Clark Move Cwd from ext/ to cpan/
2009-09-19 Nicholas Clark Reuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas Clark Move lib from lib to ext.
2009-09-17 Nicholas Clark Build DynaLoader in ext on VMS.
2009-09-15 Nicholas Clark Ensure that the perl build doesn't read any installed...
2009-09-13 Craig A. Berry Restore part of 403f501d5b37ebf0340212b1a7f7c01855cd7b95
2009-09-13 Craig A. Berry Revert "Replace $(MINIPERL) -"I[-.lib]" with $(MINIPERL...
2009-09-13 Craig A. Berry Undo 4527a2238fcb956920c7d18b8aa95a3ff49f0fcb and part...
2009-09-13 Nicholas Clark Retire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-09-12 Nicholas Clark Move Cwd from lib to ext.
2009-09-12 Nicholas Clark Oops! Correct my declaration of MINIPERL_UP.
2009-09-12 Nicholas Clark Replace $(MINIPERL) -"I[-.lib]" with $(MINIPERL_UP)
2009-09-11 Nicholas Clark No need to run AutoSplit on lib - all AutoLoader using...
2009-09-11 Craig A. Berry Reorder some build rules to keep up with lib/ --> ext...
2009-09-09 Craig A. Berry Remove circular dependency of nonxsext and makeppport.
2009-09-09 Nicholas Clark Build the nonxs extensions before running mktables.
2009-09-08 Nicholas Clark Build the nonxs extensions before building DynaLoader.
2009-09-08 Nicholas Clark Build the nonxs extensions before running mkppport.
2009-09-08 Nicholas Clark On Win32 and VMS, split building dynamic and nonxs...
2009-09-03 Craig A. Berry Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym...
2009-08-23 David Mitchell add perl5101delta
2009-08-03 Jesse Vincent Removed vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse Vincent Remove the port to MiNT. It's a dead platform that...
2009-07-31 Craig A. Berry Clean up the .exists files on VMS.
2009-07-14 Craig A. Berry test_harness, not just test, needs unpack_files on...
2009-07-12 Craig A. Berry Some missing realclean items for VMS.
2009-07-08 Craig A. Berry Make File::Copy::rmscopy return the documented values.
2009-07-02 Craig A. Berry Remove fake facility strings from VMS start-up warnings.
2009-06-25 Nicholas Clark Add documentation for the method resolution plugin...
2009-06-18 Craig A. Berry Handle the rare but legal angle bracket in unixify.
2009-06-13 Nicholas Clark Generate perlmodlib.pod at build time, instead of shipp...
2009-06-04 Craig A. Berry Test case to go with 30e682852bf42358156ed62e06e91f75e9...
2009-06-04 John E. Malmberg vms.c EFS logical name fix.
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas Clark Pass the output file name to generate_uudmap, and open...
2009-05-12 Nicholas Clark Add perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-04-25 Craig A. Berry perltoc.pod depends on perldelta.pod.
2009-04-24 Craig A. Berry Run buildtoc on VMS.
2009-04-23 Craig A. Berry Space between target and colon is not optional in VMS...
2009-04-21 Nicholas Clark 7eb47696deb9a7343fb4847f7342919a6df59e21 should be...
2009-04-21 Nicholas Clark We need $(MINIPERL_EXE) before we can run autodoc.pl...
2009-04-21 Nicholas Clark Build perltoc.pod, rather than shipping it. This way...
2009-04-20 Nicholas Clark Move vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas Clark For VMS, generate the delete rules for generated and...
2009-04-18 Nicholas Clark autodoc.pl needs -Ilib. I had been testing with a perl...
2009-04-18 Nicholas Clark Generate perlapi.pod and perlintern.pod at build time...
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas Clark Eliminate "Old Perl threads tutorial", which describes...
2009-02-23 John Malmberg vms.c - Remove .DIR; in UNIX mode.
2009-02-20 Craig A. Berry Avoid VMS long filename support on older systems that...
2009-02-20 Craig A. Berry Move redefinition of lstat above its first use in vms...
2009-02-16 Nicholas Clark PERL_FS_VER_FMT is only used with the current perl...
2009-02-13 Craig A. Berry Handle uninitialized interpreter when performing vmsish...
2009-02-11 John Malmberg vms fgetname wrapper.
2009-02-10 John Malmberg Logic changes for the VMS-specific mkdir/chdir/chmod...
2009-02-08 Craig A. Berry Fix some thread context mistakes that snuck in with...
2009-02-08 Craig A. Berry Use make_ext.pl on VMS to build, clean, and realclean...
2009-02-05 Nicholas Clark Move XSSymSet.pm to lib/ExtUtils/, but only install...
2009-02-04 John Malmberg vms rename Unix mode fixes
2009-02-04 John Malmberg vms kill_file / rmdir updates
2009-02-01 John Malmberg vms stat patches (take 2)
2009-02-01 Craig A. Berry For the vmsish pragma, make sure there is a thread...
2009-01-30 Craig A. Berry Pod correction for ExtUtils::XSSymSet.
2009-01-29 John Malmberg vmspath without thread context.
2009-01-25 John Malmberg vms fileify_dirspec refactor / Unix mode fixes
2009-01-25 John Malmberg vms glob patches
2009-01-24 Nicholas Clark The exit code of make_patchnum.pl is no longer used...
2009-01-24 Craig A. Berry Build miniperl with a special version of perl.c on...
2009-01-20 John Malmberg Pathify_dirspec replacement
2009-01-15 Craig A. Berry Fix handling of DECC$DISABLE_POSIX_ROOT feature on...
2009-01-15 John Malmberg vms rmsexpand refactor
2009-01-13 John Malmberg vms - unixspec refactor
2009-01-13 John Malmberg vms - vmsspec refactor
2009-01-11 John Malmberg more vms thread ctx fixes
2009-01-10 John Malmberg vms setup_cmddsc buffer fixes.
2009-01-10 Craig A. Berry Revision to thread context fixes from ebd4d70bfcb408fd3...
2009-01-09 Craig A. Berry simple_trnlnm needs an actual length as its last argument.
2009-01-08 John Malmberg vms.c backslash efs and long name fixes
2009-01-07 John Malmberg VMS feature logical name fixes
2009-01-07 John Malmberg VMS thread context fixes
2009-01-06 Craig A. Berry On VMS, run make_patchnum.pl, not make_patchnum.com
2009-01-01 Craig A. Berry First cut at handling git patch numbers on VMS.
next