Skip to content

Commit

Permalink
Remove the useless '$Id$' svn tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Feb 8, 2009
1 parent 3a57a24 commit 2f9ddae
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 38 deletions.
1 change: 0 additions & 1 deletion Configure.pl
@@ -1,4 +1,3 @@
# $Id$
# Copyright (C) 2009, The Perl Foundation. # Copyright (C) 2009, The Perl Foundation.


use strict; use strict;
Expand Down
1 change: 0 additions & 1 deletion README
@@ -1,4 +1,3 @@
# $Id$


A self-educational Scheme to PIR compiler implemented in Scheme. A self-educational Scheme to PIR compiler implemented in Scheme.
Currently not under active development. Takers are welcome. Currently not under active development. Takers are welcome.
Expand Down
1 change: 0 additions & 1 deletion compiler.scm
@@ -1,4 +1,3 @@
; $Id$


; Generate PAST for Eclectus ; Generate PAST for Eclectus


Expand Down
1 change: 0 additions & 1 deletion config/makefiles/root.in
@@ -1,5 +1,4 @@
# Copyright (C) 2007-2009, The Perl Foundation. # Copyright (C) 2007-2009, The Perl Foundation.
# $Id$


# Makefile for languages/eclectus # Makefile for languages/eclectus


Expand Down
2 changes: 0 additions & 2 deletions docs/eclectus.pod
@@ -1,5 +1,3 @@
# $Id$

=head1 Eclectus =head1 Eclectus


Eclectus aims to be a Scheme to PIR compiler implemented in Scheme. Eclectus aims to be a Scheme to PIR compiler implemented in Scheme.
Expand Down
2 changes: 0 additions & 2 deletions driver_nqp.pir
@@ -1,5 +1,3 @@
# $Id$

# The dynamics PMCs used by Eclectus are loaded # The dynamics PMCs used by Eclectus are loaded
.loadlib 'eclectus_group' .loadlib 'eclectus_group'


Expand Down
1 change: 0 additions & 1 deletion eclectus.pl
@@ -1,7 +1,6 @@
#! perl #! perl


# Copyright (C) 2007-2009, The Perl Foundation. # Copyright (C) 2007-2009, The Perl Foundation.
# $Id$


# A wrapper for running scheme scripts with Eclectus # A wrapper for running scheme scripts with Eclectus


Expand Down
1 change: 0 additions & 1 deletion src/builtins/all.pir
@@ -1,4 +1,3 @@
# $Id$


# Eclectus builtin subroutines # Eclectus builtin subroutines


Expand Down
1 change: 0 additions & 1 deletion src/pmc/eclectusboolean.pmc
@@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2007, The Perl Foundation. Copyright (C) 2007, The Perl Foundation.


=head1 NAME =head1 NAME
Expand Down
1 change: 0 additions & 1 deletion src/pmc/eclectuscharacter.pmc
@@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2007, The Perl Foundation. Copyright (C) 2007, The Perl Foundation.


=head1 NAME =head1 NAME
Expand Down
1 change: 0 additions & 1 deletion src/pmc/eclectusemptylist.pmc
@@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2007, The Perl Foundation. Copyright (C) 2007, The Perl Foundation.


=head1 NAME =head1 NAME
Expand Down
1 change: 0 additions & 1 deletion src/pmc/eclectusfixnum.pmc
@@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2007, The Perl Foundation. Copyright (C) 2007, The Perl Foundation.


=head1 NAME =head1 NAME
Expand Down
1 change: 0 additions & 1 deletion src/pmc/eclectuspair.pmc
@@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2008, The Perl Foundation. Copyright (C) 2008, The Perl Foundation.


=head1 NAME =head1 NAME
Expand Down
1 change: 0 additions & 1 deletion src/pmc/eclectusstring.pmc
@@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2007, The Perl Foundation. Copyright (C) 2007, The Perl Foundation.


=head1 NAME =head1 NAME
Expand Down
3 changes: 1 addition & 2 deletions src/pmc/eclectusvector.pmc
@@ -1,6 +1,5 @@
/* /*
$Id$ Copyright (C) 2008-2009, The Perl Foundation.
Copyright (C) 2008, The Perl Foundation.


=head1 NAME =head1 NAME


Expand Down
1 change: 0 additions & 1 deletion t/begin.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/binary_primitives.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") (load "tests-driver.scm")
(load "compiler.scm") (load "compiler.scm")
Expand Down
1 change: 0 additions & 1 deletion t/booleans.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/characters.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/conditionals.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") (load "tests-driver.scm")
(load "compiler.scm") (load "compiler.scm")
Expand Down
1 change: 0 additions & 1 deletion t/empty_list.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/equality.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/harness
@@ -1,4 +1,3 @@
# $Id$


=head1 NAME =head1 NAME


Expand Down
1 change: 0 additions & 1 deletion t/integers.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/io.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/learning_scheme.t
@@ -1,4 +1,3 @@
; $Id$


(load "tap_helpers.scm") (load "tap_helpers.scm")


Expand Down
1 change: 0 additions & 1 deletion t/local_variables.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/pair.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/procedures.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/strings.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
1 change: 0 additions & 1 deletion t/unary_primitives.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") (load "tests-driver.scm")
(load "compiler.scm") (load "compiler.scm")
Expand Down
1 change: 0 additions & 1 deletion t/vectors.t
@@ -1,4 +1,3 @@
; $Id$


(load "tests-driver.scm") ; this should come first (load "tests-driver.scm") ; this should come first


Expand Down
2 changes: 0 additions & 2 deletions tap_helpers.scm
@@ -1,5 +1,3 @@
; $Id$

;; some helpers for printing TAP, Test anything protocol ;; some helpers for printing TAP, Test anything protocol


(define skip-all (define skip-all
Expand Down
1 change: 0 additions & 1 deletion tests-driver.scm
@@ -1,4 +1,3 @@
; $Id$


; This file in included by the scheme test scripts in t/*.t. It provides support ; This file in included by the scheme test scripts in t/*.t. It provides support
; for actually running the test cases set up in the *.t files. ; for actually running the test cases set up in the *.t files.
Expand Down

0 comments on commit 2f9ddae

Please sign in to comment.