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_dev
  • compiler
26 Jul, 2013
1 commit
  • état intermédiaire non fonctionnel
    e4a79859
    Alain Prouté authored
    2013-07-26 17:16:09 +0000  
    Browse Dir »

25 Jul, 2013
2 commits
  • version 1.13
    14d16986
    Alain Prouté authored
    2013-07-25 21:00:30 +0000  
    Browse Dir »
  • first commit of version 1.13 (load_adm) not yet operational
    187f02c4
    Alain Prouté authored
    2013-07-25 20:37:08 +0000  
    Browse Dir »

07 Jun, 2013
2 commits
  • new bug fix (actually introduced by the previous bug fix). I hope it's ok now.
    81bbc2e5
    Alain Prouté authored
    2013-06-07 13:08:27 +0000  
    Browse Dir »
  • fixed a bug in 'compatible_arg' function in interp.c (computation of the types o… ...
    d40e80be
    …f the arguments of the function).
    Alain Prouté authored
    2013-06-07 09:48:07 +0000  
    Browse Dir »

21 May, 2013
1 commit
  • replaced 'connect to file' by 'file' in several places in mutilhost.
    574943c7
    Alain Prouté authored
    2013-05-21 00:54:23 +0000  
    Browse Dir »

17 May, 2013
1 commit
  • fixed a bug concerning the use of the symbol = (equals) as the name of a alte… ...
    992aaf53
    …rnative.  Now,  =  is overloadable (I hope there is no other bug concerning this feature).
    Alain Prouté authored
    2013-05-17 09:42:36 +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
3 commits
  • fixed a bug in line computation in opdef.c.
    5be78fcd
    Alain Prouté authored
    2013-05-09 16:56:59 +0000  
    Browse Dir »
  • small modification of the error message E021.
    e534eaf6
    Alain Prouté authored
    2013-05-09 13:08:45 +0000  
    Browse Dir »
  • 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
3 commits
  • Changed max_already_included value to 1024 ...
    c52fbde0
    Disabled SQLAPI by default
    Cédric RICARD authored
    2013-04-23 14:46:52 +0000  
    Browse Dir »
  • Fix encoding error (UTF8 vs ANSI) making '£' symbol not readable by lexer.
    41aedf5e
    Cédric RICARD authored
    2013-04-23 13:12:13 +0000  
    Browse Dir »
  • 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 »

08 Apr, 2013
1 commit
  • Fixed compilation problems under Linux
    5ca6ebed
    Cédric RICARD authored
    2013-04-08 13:20:32 +0000  
    Browse Dir »

07 Apr, 2013
2 commits
  • --no commit message
    e4c80896
    David René authored
    2013-04-07 23:20:32 +0000  
    Browse Dir »
  • 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 »

03 Sep, 2012
1 commit
  • modified the lexer. The compiler is now able to handle: read "my file with white… ...
    f03c8171
    … spaces in the name.anubis" (if we use double quotes around the name).
    Alain Prouté authored
    2012-09-03 22:56:43 +0000  
    Browse Dir »

25 Aug, 2012
1 commit
  • added postgres_client.anubis and graphic interface in library/data_base.
    e52c3579
    Alain Prouté authored
    2012-08-25 22:06:07 +0000  
    Browse Dir »

24 Aug, 2012
2 commits
  • Mac OS X portage.
    e6125b77
    Cédric RICARD authored
    2012-08-24 20:15:28 +0000  
    Browse Dir »
  • 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 »

06 Aug, 2012
1 commit
  • -
    a696496d
    Alain Prouté authored
    2012-08-06 22:05:22 +0000  
    Browse Dir »

25 Jul, 2012
1 commit
  • Changing 'char*' to 'const char *' to allow compilation under recent compilers
    23dcceef
    Cédric RICARD authored
    2012-07-25 05:56:39 +0000  
    Browse Dir »

13 Mar, 2012
1 commit
  • - 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 »

22 Oct, 2011
1 commit
  • Fixed a bug in vmint.cpp in function Anubis_Int_to_C_int.
    e5f31f2e
    Alain Prouté authored
    2011-10-22 17:47:39 +0000  
    Browse Dir »

01 Sep, 2011
1 commit
  • Made order of execution explicit at some point in compile.c. It seems that depen… ...
    192303cc
    …ding on the C compiler order of execution changes. We cannot rely on any C convention and it's for sure better to write so that order of execution is safe. In practice, don't perform any side effect within the arguments of a function of within the brackets [] of tables. Perform them before calling the function or accessing the table.
    Alain Prouté authored
    2011-09-01 10:58:18 +0000  
    Browse Dir »

30 Aug, 2011
2 commits
  • Fix anubis compiler crash under Linux
    5a849894
    Cédric RICARD authored
    2011-08-30 15:30:12 +0000  
    Browse Dir »
  • Fix the DEBUG compile mode under Linux
    44d1b343
    Cédric RICARD authored
    2011-08-30 15:28:50 +0000  
    Browse Dir »

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

17 Jul, 2011
1 commit
  • Added a freebsd directory in compiler/proj with a variant of the Linux Makefile
    4cf5bfcb
    Alain Prouté authored
    2011-07-17 18:31:40 +0000  
    Browse Dir »

21 Apr, 2010
1 commit
  • - WARNING ! Changing read_line() behavior: end-of-line characters are now includ… ...
    3ac11eea
    …ed into returned string.
    - Fix read_line() implementations into connections, streams and data_io to match new behavior
    - Fix read_line() for DataIo
    - Anubis 1.11.0.4
    Cédric RICARD authored
    2010-04-21 15:29:05 +0000  
    Browse Dir »

19 Apr, 2010
1 commit
  • Fix read_line_from_file() syscall for sockets
    e48b44bd
    Cédric RICARD authored
    2010-04-19 10:51:13 +0000  
    Browse Dir »

05 Apr, 2010
1 commit
  • Introducing SQLAPI++ for DBMS access (fully working, tested with PostgreSQL)
    54fe46b1
    Cédric RICARD authored
    2010-04-05 22:51:49 +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 »

18 Feb, 2010
1 commit
  • Upgrading SQLITE to version 3.6.22
    fd724fe7
    Cédric RICARD authored
    2010-02-18 21:50:55 +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 »

31 May, 2009
1 commit
  • - Fix 'system_info' and 'allocator_info' bugs. ...
    a9440966
    - Upgrading SQLite to version 3.6.14.2
    - Changing SQLITE_MAX_COLUMN limit to 4000 (using Scons build script only)
    Cédric RICARD authored
    2009-05-31 07:24:26 +0000  
    Browse Dir »

06 Mar, 2009
1 commit
  • Fast find_string() and read_line() functions (VM syscalls)
    85836380
    Cédric RICARD authored
    2009-03-06 10:57:17 +0000  
    Browse Dir »

15 Jan, 2009
1 commit
  • Updated CMake files for linux
    3e5c9f93
    Cédric RICARD authored
    2009-01-15 12:44:06 +0000  
    Browse Dir »