Annotation of OpenXM/src/pari/pari-2.3.4.diff, Revision 1.1
1.1 ! ohara 1: diff -ubBr pari-2.3.4.orig/src/desc/gen_member pari-2.3.4/src/desc/gen_member
! 2: --- pari-2.3.4.orig/src/desc/gen_member 2008-01-17 00:55:50.000000000 +0900
! 3: +++ pari-2.3.4/src/desc/gen_member 2020-01-16 12:36:42.888060000 +0900
! 4: @@ -1,4 +1,5 @@
! 5: #!/usr/bin/perl -w
! 6: +BEGIN { push @INC, "." if $INC[-1] ne "."; }
! 7: use PARI::822;
! 8:
! 9: $class='member_functions';
! 10: diff -ubBr pari-2.3.4.orig/src/desc/gen_proto pari-2.3.4/src/desc/gen_proto
! 11: --- pari-2.3.4.orig/src/desc/gen_proto 2008-01-17 00:55:51.000000000 +0900
! 12: +++ pari-2.3.4/src/desc/gen_proto 2020-01-16 12:36:44.871411000 +0900
! 13: @@ -1,4 +1,5 @@
! 14: #!/usr/bin/perl -w
! 15: +BEGIN { push @INC, "." if $INC[-1] ne "."; }
! 16: use PARI::822;
! 17:
! 18: $class=$ARGV[0];
! 19: diff -ubBr pari-2.3.4.orig/src/desc/merge_822 pari-2.3.4/src/desc/merge_822
! 20: --- pari-2.3.4.orig/src/desc/merge_822 2008-01-17 00:55:50.000000000 +0900
! 21: +++ pari-2.3.4/src/desc/merge_822 2020-01-16 12:36:57.223570000 +0900
! 22: @@ -1,4 +1,5 @@
! 23: #!/usr/bin/perl -w
! 24: +BEGIN { push @INC, "." if $INC[-1] ne "."; }
! 25: use PARI::822;
! 26:
! 27: PARI::822::read(\%funcs,$_,1)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>