gcalctool r2327 - trunk/gcalctool



Author: rancell
Date: Tue Dec  2 17:23:13 2008
New Revision: 2327
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2327&view=rev

Log:
Rename mp-boolean to mp-binary


Added:
   trunk/gcalctool/mp-binary.c
      - copied unchanged from r2326, /trunk/gcalctool/mp-boolean.c
Removed:
   trunk/gcalctool/mp-boolean.c
Modified:
   trunk/gcalctool/Makefile.am
   trunk/gcalctool/mp.h

Modified: trunk/gcalctool/Makefile.am
==============================================================================
--- trunk/gcalctool/Makefile.am	(original)
+++ trunk/gcalctool/Makefile.am	Tue Dec  2 17:23:13 2008
@@ -26,7 +26,7 @@
 	functions.h \
 	mp.c \
 	mp.h \
-	mp-boolean.c \
+	mp-binary.c \
 	mp-convert.c \
 	mp-internal.h \
 	mp-trigonometric.c \

Modified: trunk/gcalctool/mp.h
==============================================================================
--- trunk/gcalctool/mp.h	(original)
+++ trunk/gcalctool/mp.h	Tue Dec  2 17:23:13 2008
@@ -121,7 +121,7 @@
 void mp_tan(const int *x, int *z);
 void mp_tanh(const int *x, int *z);
 
-/* mp-boolean.c */
+/* mp-binary.c */
 void mp_and(const int s1[MP_SIZE], const int s2[MP_SIZE], int t[MP_SIZE]);
 void mp_or(const int s1[MP_SIZE], const int s2[MP_SIZE], int t[MP_SIZE]);
 void mp_xor(const int s1[MP_SIZE], const int s2[MP_SIZE], int t[MP_SIZE]);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]