Logo white

Anubis / Anubis

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 17
  • Tags 37
  • anubis
  • anubis_distrib
07 Jul, 2014
1 commit
  • version 1.13.3: Anubis now has macros. The messages appear with colors on ANSI t… ...
    d2a951a4
    …erminals. New option: -clean
    Alain Prouté authored
    2014-07-07 17:08:23 +0000  
    Browse Dir »

22 Apr, 2014
1 commit
  • fixed a bug in syscall.cpp toLF and toCRLF (for Strings and ByteArrays) had an e… ...
    dcdecac9
    …xtra 'FreeDataSegment'.
    Alain Prouté authored
    2014-04-22 07:52:26 +0000  
    Browse Dir »

14 Mar, 2014
1 commit
  • fixed a directory bug in multihost_http_server concerning automatically loaded modules.
    a31e84e2
    Alain Prouté authored
    2014-03-14 18:29:26 +0000  
    Browse Dir »

22 Jan, 2014
1 commit
  • -
    ad84f91c
    Alain Prouté authored
    2014-01-22 21:14:26 +0000  
    Browse Dir »

16 Jan, 2014
1 commit
  • added new primitives Bool flush(WStream) and Bool flush(RWStream) (predefined section (5.10))
    3b21e2be
    Alain Prouté authored
    2014-01-16 18:58:57 +0000  
    Browse Dir »

06 Jan, 2014
1 commit
  • updated fast_lexer_2.anubis (added toCRLF in several places)
    2b22eb21
    Alain Prouté authored
    2014-01-06 12:05:45 +0000  
    Browse Dir »

02 Jan, 2014
1 commit
  • added two syscalls 'toCRLF' and 'toLF' (see predefined.anubis).
    cb1ed962
    Alain Prouté authored
    2014-01-02 10:19:39 +0000  
    Browse Dir »

15 Aug, 2013
1 commit
  • removed some debugging messages from vm.cpp
    e8677976
    Alain Prouté authored
    2013-08-15 08:42:31 +0000  
    Browse Dir »

27 Jul, 2013
1 commit
  • elimination of many warnings
    341b397a
    Alain Prouté authored
    2013-07-27 17:16:28 +0000  
    Browse Dir »

14 May, 2013
1 commit
  • Enhanced the grammar: anonymous agglomeration types may now have component names… ...
    090dc78e
    … (this is mainly for clarity in programming, because they are ignored by the compiler). 
    Obsolete expressions 'connect to file' and 'connect to network' have been definitely removed
    from the grammar (this was necessary for enhancing the grammar). The library has been updated accordingly.
    Alain Prouté authored
    2013-05-14 07:09:02 +0000  
    Browse Dir »

09 May, 2013
1 commit
  • New version 1.12.1.0 with an enhancement of the message concerning the compatibi… ...
    e8718ceb
    …lity between a function and its arguments.
    Alain Prouté authored
    2013-05-09 11:46:43 +0000  
    Browse Dir »

23 Apr, 2013
1 commit
  • Merge with Calexium branch (Added SQLAPI and more...) ...
    32eb6137
    Compile with MinGW under Windows
    Cédric RICARD authored
    2013-04-23 10:31:07 +0000  
    Browse Dir »

07 Apr, 2013
1 commit
  • changed representation of file+line+column. Now, there is no limit !
    367fc900
    Alain Prouté authored
    2013-04-07 21:59:16 +0000  
    Browse Dir »

03 Apr, 2013
1 commit
  • Added several files metaSQL... . anubis (tools for interfacing database queries … ...
    91675e4f
    …with Anubis programs)
    Alain Prouté authored
    2013-04-03 06:15:37 +0000  
    Browse Dir »

24 Aug, 2012
1 commit
  • Added a new primitive in predefined.anubis: a variant of open_SSL_connection taking an ...
    0122b3c8
    already opened TCP connection instead of an ip address and port.
    Alain Prouté authored
    2012-08-24 11:48:41 +0000  
    Browse Dir »

13 Mar, 2012
2 commits
  • - Fix compilation with recents OpenSSL versions\n- Fix SCONS v2 compatibility
    4b5eca48
    Cédric RICARD authored
    2012-03-13 23:57:03 +0000  
    Browse Dir »
  • Updating libraries and redist files
    f7154b9a
    Cédric RICARD authored
    2012-03-13 23:00:57 +0000  
    Browse Dir »

10 Mar, 2012
1 commit
  • precompiled utf8 from charset
    5a9801e6
    David René authored
    2012-03-10 14:29:39 +0000  
    Browse Dir »

07 Sep, 2011
1 commit
  • made a correction in run_fast_lexer
    84c90860
    Alain Prouté authored
    2011-09-07 13:44:00 +0000  
    Browse Dir »

07 Aug, 2011
1 commit
  • -
    82bfcf01
    Alain Prouté authored
    2011-08-07 13:19:38 +0000  
    Browse Dir »

06 Aug, 2011
1 commit
  • Made some corrections in fast lexer.
    e70f9a3c
    Alain Prouté authored
    2011-08-06 22:54:38 +0000  
    Browse Dir »

20 Feb, 2010
1 commit
  • (New version 1.10.6.0) The fast lexer (version 2) seems to work fine. Tests are … ...
    a3f13d81
    …nevertheless needed. See library/lexical_analysis/fast_lexer_v2.anubis and fast_lexer_v2_example_1.anubis
    Alain Prouté authored
    2010-02-20 15:15:20 +0000  
    Browse Dir »

11 Jul, 2009
1 commit
  • Fast lexer updated (when ignoring tokens, the lexer does no more return).
    9addc354
    Alain Prouté authored
    2009-07-11 17:32:45 +0000  
    Browse Dir »

03 Jun, 2009
1 commit
  • Updated distributed library files for 1.10.2.8
    69e973b3
    Cédric RICARD authored
    2009-06-03 08:08:45 +0000  
    Browse Dir »

14 Feb, 2009
1 commit
  • Fixed bug #60 (unserializing Int) and added a preliminary test serialize.unit_test.anubis
    c58baa5e
    Alain Prouté authored
    2009-02-14 18:21:56 +0000  
    Browse Dir »

03 Jan, 2009
1 commit
  • Implemented most of Opaque(Name) type stuff (everything except its serialization/unserialization).
    bdb71e8a
    Alain Prouté authored
    2009-01-03 17:48:38 +0000  
    Browse Dir »

04 Sep, 2008
1 commit
  • Updating distributed library files
    12d6d541
    Cédric RICARD authored
    2008-09-04 14:09:08 +0000  
    Browse Dir »

02 Sep, 2008
1 commit
  • -
    ef642139
    Alain Prouté authored
    2008-09-02 12:28:08 +0000  
    Browse Dir »

01 Sep, 2008
1 commit
  • -
    9fff5672
    Alain Prouté authored
    2008-09-01 09:49:26 +0000  
    Browse Dir »

28 Aug, 2008
1 commit
  • Publishing library files
    3e3fc549
    Cédric RICARD authored
    2008-08-28 10:38:20 +0000  
    Browse Dir »

22 Aug, 2008
3 commits
  • deleted obsolete files in anubis_distrib/library/lexical_analysis
    3970e061
    Alain Prouté authored
    2008-08-22 16:19:48 +0000  
    Browse Dir »
  • Updated directory lexical_analysis in anubis_distrib/library/
    60ef8369
    Alain Prouté authored
    2008-08-22 16:17:29 +0000  
    Browse Dir »
  • Fixed a bug in sc_run_fast_lexer. ...
    aa90ead5
    Fixed a bug in MultiPath: IsAbsolutePath (this was a bug under Linux only)
    New preliminary version of fast lexer high level part.
    Alain Prouté authored
    2008-08-22 15:08:27 +0000  
    Browse Dir »

14 Aug, 2008
1 commit
  • Revised new SQLite3 interface (with parameter bindings) so that each row is give… ...
    47c0bef7
    …n in the form of a (volatile) function of type Int -> SQLite3Datum.
    Alain Prouté authored
    2008-08-14 13:51:16 +0000  
    Browse Dir »

11 Aug, 2008
2 commits
  • -
    b604ebc2
    Alain Prouté authored
    2008-08-11 17:06:34 +0000  
    Browse Dir »
  • Added the instruction vcopy_int which was missing. ...
    a7fa7486
    Updated various files in the library so that compil_all.anubis works with version 1.9.
    However, I inhibited some (not very important) files in compil_all which still need to be updated.
    Alain Prouté authored
    2008-08-11 15:29:48 +0000  
    Browse Dir »

01 Aug, 2008
2 commits
  • Modified £sqlite3_column_int so as to produce an Int from a 64 bits Sqlite numbe… ...
    678a578a
    …r. Now, all Ints are seen as (signed) integers up to 64 bits by Sqlite.
    Alain Prouté authored
    2008-08-01 19:48:54 +0000  
    Browse Dir »
  • New Sqlite3 interface including query reset and parameter bindings.
    3e40827e
    Alain Prouté authored
    2008-08-01 15:46:21 +0000  
    Browse Dir »

28 Jul, 2008
1 commit
  • Added a test and a message for detecting pseudo-terms like 'mv(i)' where 'mv' is… ...
    6764e4ca
    … a multiple variable.
    Alain Prouté authored
    2008-07-28 12:48:04 +0000  
    Browse Dir »

26 Jul, 2008
1 commit
  • -
    7932bd89
    Alain Prouté authored
    2008-07-26 20:49:17 +0000  
    Browse Dir »