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
06 Aug, 2014
2 commits
  • added the example 'library/examples/system/load_adm.anubis'
    59ba9992
    Alain Prouté authored
    2014-08-06 10:10:51 +0000  
    Browse Code »
  • -
    2e76ad83
    Alain Prouté authored
    2014-08-06 08:52:07 +0000  
    Browse Code »

05 Aug, 2014
5 commits
  • fixed a bug in anbexec.cpp (computation of max_running_priority)
    cf9fb445
    Alain Prouté authored
    2014-08-05 16:52:59 +0000  
    Browse Code »
  • completed the implementation of 'delegate' with priority (in predefined.anubis)
    bb0393b6
    Alain Prouté authored
    2014-08-05 16:24:40 +0000  
    Browse Code »
  • returned back to 2 files: predefined.anubis and predef.anubis because of problems of visibility.
    6250f954
    Alain Prouté authored
    2014-08-05 13:18:46 +0000  
    Browse Code »
  • (1) Found how to handle an old syntactic problem (see compiler/src/grammar.y, search for %prec low) ...
    1d440f98
    (2) Moved the content of compiler/src/predef.anubis into library/predefined.anubis as its 'private' part. 
         A new compiler/src/predef.anubis is still present unabling the command: myanubis -predef
    (3) Fixed a bug in show.c
    (4) Continued the new Anubis language manual (manuals/en/Anubis-doc-1-13)
    (5) Implemented the option --credit in anbexec.
    Alain Prouté authored
    2014-08-05 12:17:34 +0000  
    Browse Code »
  • -
    49cd7983
    Alain Prouté authored
    2014-08-05 08:43:17 +0000  
    Browse Code »

04 Aug, 2014
4 commits
  • -
    b2cac74c
    Alain Prouté authored
    2014-08-04 10:53:20 +0000  
    Browse Code »
  • implemented the condition that a new process cannot have greater priority then its father process
    646c5198
    Alain Prouté authored
    2014-08-04 10:17:28 +0000  
    Browse Code »
  • -
    fe59e089
    Alain Prouté authored
    2014-08-04 10:07:37 +0000  
    Browse Code »
  • New version 1.14: new form of 'delegate' taking priorities into account (see anu… ...
    81bd6d5a
    …bis_dev/manuals/en/Anubis-doc-1-13.pdf)
    Alain Prouté authored
    2014-08-04 09:54:27 +0000  
    Browse Code »

02 Aug, 2014
2 commits
  • -
    b9f7794f
    Alain Prouté authored
    2014-08-02 21:54:56 +0000  
    Browse Code »
  • update the scons files with last sources
    6cf608d5
    David René authored
    2014-08-02 17:29:28 +0000  
    Browse Code »

01 Aug, 2014
2 commits
  • added the files resulting from the spliting of basis.anubis
    b5c36b95
    Alain Prouté authored
    2014-08-01 22:06:51 +0000  
    Browse Code »
  • basis.anubis split into 14 files using 'transmit'.
    31c97fb3
    Alain Prouté authored
    2014-08-01 21:37:52 +0000  
    Browse Code »

30 Jul, 2014
2 commits
  • Sorry, forgot to add file visibility.c. Several previous revisions are thus incomplete.
    7e82239c
    Alain Prouté authored
    2014-07-30 14:03:53 +0000  
    Browse Code »
  • Fixed several bugs in new visibility system. Made tests using the option -reads.… ...
    7dd0991a
    … Hope it's now ok (AP). 
    (-reads now produces a beautiful visibility table) 
    Some 'replaced by' still to be changed into 'transmit' in the library.
    Alain Prouté authored
    2014-07-30 08:18:34 +0000  
    Browse Code »

29 Jul, 2014
6 commits
  • New version 1.13.5
    784da72f
    Alain Prouté authored
    2014-07-29 19:06:25 +0000  
    Browse Code »
  • system/string.anubis: ...
    54bcfb02
    Add to_String for utime which produce ss.uuuuuu sec or only microsecond for the second version
    
    tools/random.anubis:
    Create this file to add ease some random stuff.
    The first function is generate_random_string with the length needed string. Useful for generating web unique id without need to maintain counter
    David René authored
    2014-07-29 11:45:15 +0000  
    Browse Code »
  • update the SConstruct file to be able to compile with last sources !!!
    33d82d63
    David René authored
    2014-07-29 11:36:06 +0000  
    Browse Code »
  • deleting obsolete file polish.c
    f18cddd6
    Alain Prouté authored
    2014-07-29 11:19:50 +0000  
    Browse Code »
  • eliminated some warnings
    608a07aa
    Alain Prouté authored
    2014-07-29 08:11:19 +0000  
    Browse Code »
  • added a source version of FLEX
    fc0566ab
    Alain Prouté authored
    2014-07-29 08:07:40 +0000  
    Browse Code »

28 Jul, 2014
9 commits
  • -
    7e2a89e2
    Alain Prouté authored
    2014-07-28 14:01:08 +0000  
    Browse Code »
  • enhanced conf.gcc
    62c6fd5a
    Alain Prouté authored
    2014-07-28 13:51:59 +0000  
    Browse Code »
  • fixed some bugs in vmint.cpp
    1dc0eb54
    Alain Prouté authored
    2014-07-28 13:48:39 +0000  
    Browse Code »
  • configuration files for grc (to be put into your ~/.grc (that you must eventually create))
    a51ee242
    Alain Prouté authored
    2014-07-28 09:17:27 +0000  
    Browse Code »
  • grc is a nice colorizing tool for Linux
    b578ae97
    Alain Prouté authored
    2014-07-28 09:16:10 +0000  
    Browse Code »
  • Sorry again ! I finally decide to commit everything in compiler/src
    34795bf9
    Alain Prouté authored
    2014-07-28 09:09:21 +0000  
    Browse Code »
  • Sorry, this one was also missing.
    edd4377b
    Alain Prouté authored
    2014-07-28 09:06:37 +0000  
    Browse Code »
  • This is the complement for the previous revision. This one should be running
    8060a9fb
    Alain Prouté authored
    2014-07-28 09:01:56 +0000  
    Browse Code »
  • Beware: this revision is invalid because I had to commit in two steps in order n… ...
    010ee26a
    …ot to commit everything. Use the next revision instead.
    Alain Prouté authored
    2014-07-28 09:00:58 +0000  
    Browse Code »

27 Jul, 2014
3 commits
  • changed from .cpp to .c in order to avoid stupid C++ warnings
    ff85cf0d
    Alain Prouté authored
    2014-07-27 20:21:50 +0000  
    Browse Code »
  • changed from .cpp to .c in order to avoid stupid C++ warnings
    14b934e7
    Alain Prouté authored
    2014-07-27 20:16:33 +0000  
    Browse Code »
  • Some gcc warnings were fixed.
    a33b512c
    Julien Verneuil authored
    2014-07-27 14:12:52 +0000  
    Browse Code »

18 Jul, 2014
1 commit
  • added missing case 'byte_array' in function _symbols_in_interp
    da2f5548
    Alain Prouté authored
    2014-07-18 17:00:36 +0000  
    Browse Code »

16 Jul, 2014
3 commits
  • fix for 'crypto' link error
    82e48551
    Julien Verneuil authored
    2014-07-16 20:47:26 +0000  
    Browse Code »
  • update SConstruct for linux
    9db337e5
    Julien Verneuil authored
    2014-07-16 20:02:02 +0000  
    Browse Code »
  • -
    17372fe9
    Julien Verneuil authored
    2014-07-16 16:56:18 +0000  
    Browse Code »

14 Jul, 2014
1 commit
  • now in version 1.13.4
    103fdb54
    Alain Prouté authored
    2014-07-14 18:21:20 +0000  
    Browse Code »