norm #22

  • //
  • guest/
  • matthew_rice/
  • util/
  • cvs2p4/
  • test/
  • norm
  • View
  • Commits
  • Open Download .zip Download (396 B)
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
  & eval 'exec perl -S $0 $argv:q'
  if 0;
#  THE PRECEEDING STUFF EXECS perl via $PATH
# -*-Fundamental-*-

require 5.000;

#  $Id: //guest/matthew_rice/util/cvs2p4/test/norm#22 $
#
#  Richard Geiger
#

while (<>)
  {
    $_ =~ s/[0-9]{4}\/[0-9]{2}\/[0-9]{2}/yyyy\/mm\/dd/g;
    $_ =~ s/[0-9]{2}:[0-9]{2}:[0-9]{2}/hh:mm:ss/g;
    print;
  }
# Change User Description Committed
#22 883 Matthew Rice Matt's cvs2p4 1.2.36 release
#21 882 Matthew Rice Matt's cvs2p4 1.2.35 release
#20 881 Matthew Rice Matt's cvs2p4 1.2.34 release
#19 880 Matthew Rice Matt's cvs2p4 1.2.33 release
#18 879 Matthew Rice Matt's cvs2p4 1.2.32 release
#17 878 Matthew Rice Matt's cvs2p4 1.2.31 release
#16 877 Matthew Rice Matt's cvs2p4 1.2.30 release
#15 876 Matthew Rice Matt's cvs2p4 1.2.29 release
#14 875 Matthew Rice Matt's cvs2p4 1.2.28 release
#13 874 Matthew Rice Matt's cvs2p4 1.2.27 release
#12 873 Matthew Rice Matt's cvs2p4 1.2.26 release
#11 872 Matthew Rice Matt's cvs2p4 1.2.25 release
#10 871 Matthew Rice Matt's cvs2p4 1.2.24 release
#9 870 Matthew Rice Matt's cvs2p4 1.2.23 release
#8 869 Matthew Rice Matt's cvs2p4 1.2.22 release
#7 868 Matthew Rice Matt's cvs2p4 1.2.21 release
#6 867 Matthew Rice Matt's cvs2p4 1.2.20 release
#5 866 Matthew Rice Matt's cvs2p4 1.2.19 release
#4 865 Matthew Rice Matt's cvs2p4 1.2.18 release
#3 864 Matthew Rice Matt's cvs2p4 1.2.17 release
#2 863 Matthew Rice Matt's cvs2p4 1.2.16 release
#1 862 Matthew Rice Branched off of Richard's 1.2.15 release.
//guest/richard_geiger/utils/cvs2p4/test/norm
#2 240 Richard Geiger Version 1.2.5, to account for post-1999 RCS behavior.
(Courtesy of David Simon, Goldman Sachs)
#1 130 Richard Geiger CVS-to-Perforce converter.
This is release 1.2.2
(first submit to the Perforce Public Depot)