From: cvs2git Date: Sat, 25 Sep 2004 11:20:50 +0000 (+0000) Subject: This commit was manufactured by cvs2git to create branch 'TEST'. X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbc.git;a=commitdiff_plain;h=3079d7c322aa3e3c6f62985b0099e39bfffed7c6 This commit was manufactured by cvs2git to create branch 'TEST'. Sprout from master 2004-09-25 11:20:50 UTC radek '- cosmetics (spaces -> tabs)' Delete: bc-flex.patch bc-info.patch bc-readline.patch bc.desktop dc.desktop --- diff --git a/bc-flex.patch b/bc-flex.patch deleted file mode 100644 index 38a6e66..0000000 --- a/bc-flex.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in-orig Thu Jul 10 13:07:11 2003 -+++ configure.in Thu Jul 10 13:07:14 2003 -@@ -68,7 +68,7 @@ - ]) - - if test "$LEX" = "flex" ; then -- LEX="flex -I8" -+ LEX="flex -I" - else - if test "$bcrl" = "y" ; then - AC_MSG_WARN(readline works only with flex.) diff --git a/bc-info.patch b/bc-info.patch deleted file mode 100644 index 6d6033a..0000000 --- a/bc-info.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Nur bc-1.06.orig/doc/dc.texi bc-1.06/doc/dc.texi ---- bc-1.06.orig/doc/dc.texi Thu Aug 31 17:57:43 2000 -+++ bc-1.06/doc/dc.texi Sat Aug 4 14:02:58 2001 -@@ -21,8 +21,9 @@ - @syncodeindex tp fn - - @ifinfo -+@dircategory Miscellaneous: - @direntry --* dc: (dc). Arbritrary precision RPN ``Desktop Calculator''. -+* dc: (dc). Arbritrary precision RPN ``Desktop Calculator''. - @end direntry - This file documents @sc{dc}, an arbitrary precision calculator. - -@@ -88,6 +89,14 @@ - @page - - @node Top, Introduction, (dir), (dir) -+@top dc -+ -+DC is a reverse-polish desk calculator which supports unlimited -+precision arithmetic. It also allows you to define and call macros. -+Normally DC reads from the standard input; if any command arguments are -+given to it, they are filenames, and DC reads and executes the contents -+of the files instead of reading from standard input. All normal output -+is to standard output; all error messages are written to standard error. - - @menu - * Introduction:: Introduction diff --git a/bc-readline.patch b/bc-readline.patch deleted file mode 100644 index 5d71bfc..0000000 --- a/bc-readline.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- bc-1.06/bc/scan.l.wiget Fri Apr 13 18:49:49 2001 -+++ bc-1.06/bc/scan.l Fri Apr 13 18:50:58 2001 -@@ -143,7 +143,6 @@ - - /* Definitions for readline access. */ - extern FILE *rl_instream; --_PROTOTYPE(char *readline, (char *)); - - /* rl_input puts upto MAX characters into BUF with the number put in - BUF placed in *RESULT. If the yy input file is the same as diff --git a/bc.desktop b/bc.desktop deleted file mode 100644 index 3ee943a..0000000 --- a/bc.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Bc -Comment=Intepreter of bc --- infinite precision calculation language -Comment[pl]=Interpreter bc --- języka obliczeń o nieskończonej precyzji -Icon= -Exec=bc -Terminal=true -Type=Application -Encoding=UTF-8 -Categories=Education;Science;Math; -# vi: encoding=utf-8 diff --git a/dc.desktop b/dc.desktop deleted file mode 100644 index 69e4404..0000000 --- a/dc.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Dc -Comment=RPN calculator based on bc language -Comment[pl]=Kalkulator w odwrotnej notacji polskiej oparty na języku bc -Icon= -Exec=dc -Terminal=true -Type=Application -Encoding=UTF-8 -Categories=Education;Science;Math; -# vi: encoding=utf-8