Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12714

Modified Files:
      Tag: MonetDB_5-4
        mal_authorize.mx mal_function.mx mal_properties.mx 
        mal_sabaoth.mx mal_session.mx 
Log Message:
more texi fixes 


Index: mal_sabaoth.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_sabaoth.mx,v
retrieving revision 1.41
retrieving revision 1.41.2.1
diff -u -d -r1.41 -r1.41.2.1
--- mal_sabaoth.mx      11 Jan 2008 10:41:33 -0000      1.41
+++ mal_sabaoth.mx      5 Feb 2008 22:11:54 -0000       1.41.2.1
@@ -36,6 +36,7 @@
 @-
 
 @c
[EMAIL PROTECTED]
 #include "mal_config.h"
 #include "mal_sabaoth.h"
 #include <stdio.h> /* fseek, rewind */
@@ -766,6 +767,7 @@
 
        return(MAL_SUCCEED);
 }
[EMAIL PROTECTED]
 
 @h
 #endif

Index: mal_authorize.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_authorize.mx,v
retrieving revision 1.56
retrieving revision 1.56.2.1
diff -u -d -r1.56 -r1.56.2.1
--- mal_authorize.mx    11 Jan 2008 10:41:31 -0000      1.56
+++ mal_authorize.mx    5 Feb 2008 22:11:54 -0000       1.56.2.1
@@ -80,6 +80,7 @@
 #endif /* _MAL_AUTHORIZE_H */
 @-
 @c
[EMAIL PROTECTED]
 #include "mal_config.h"
 #include "mal_authorize.h"
 #ifdef HAVE_UNISTD_H

Index: mal_properties.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_properties.mx,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -u -d -r1.47 -r1.47.2.1
--- mal_properties.mx   11 Jan 2008 10:41:33 -0000      1.47
+++ mal_properties.mx   5 Feb 2008 22:11:54 -0000       1.47.2.1
@@ -17,7 +17,6 @@
 @f mal_properties
 @a M. Kersten
 @+ Property Management
-
 Properties come in several classes, those linked with the symbol table and
 those linked with the runtime environment. The former are determined
 once upon parsing or catalog lookup. The runtime properties have two 
@@ -288,6 +287,7 @@
 #include "mal.h"
 #include "mal_namespace.h"
 
[EMAIL PROTECTED]
 typedef struct MalProp {
        bte idx;
        bte op;
@@ -302,6 +302,7 @@
        op_gt = 4,
        op_ne = 5
 } prop_op_t;
[EMAIL PROTECTED]
 
 mal_export sht PropertyIndex(str name);
 mal_export str PropertyName(sht idx);

Index: mal_session.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_session.mx,v
retrieving revision 1.149
retrieving revision 1.149.2.1
diff -u -d -r1.149 -r1.149.2.1
--- mal_session.mx      11 Jan 2008 10:41:33 -0000      1.149
+++ mal_session.mx      5 Feb 2008 22:11:54 -0000       1.149.2.1
@@ -23,7 +23,7 @@
 consist of include statements to load modules of general interest.
 The startup script is ran as user Admin.
 Its location is described in Monet configuration file.
-The default location is:  !!!###%%% TODO %%%###!!! <-- FIXME
+The default location is:  !!!%%% TODO %%%!!! <-- FIXME
 
 It may overwritten using a command line argument.
 

Index: mal_function.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_function.mx,v
retrieving revision 1.153
retrieving revision 1.153.2.1
diff -u -d -r1.153 -r1.153.2.1
--- mal_function.mx     14 Jan 2008 07:49:35 -0000      1.153
+++ mal_function.mx     5 Feb 2008 22:11:54 -0000       1.153.2.1
@@ -1,4 +1,3 @@
-@' The contents of this file are subject to the MonetDB Public License
 @' Version 1.1 (the "License"); you may not use this file except in
 @' compliance with the License. You may obtain a copy of the License at
 @' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to