add db_blob function which return a Maybe(blob)
L3.anubis
add l3_get_all_dic function which return the number of collection
files.anubis
make type Replace_idx public
add String find(String search_entry, List((String, String))) function to get the value of the entry in dictionary (String, String)
add set_replace_string(List(Replace_idx) replace_idx, List((String, String)) dic) which replace the replace_string of Replace_idx with the value of entry in given dictionary List((String, String))
add List(Data_IO) apply_replacement ( RStream source, List(Replace_idx) r_idx) which return a list of Data_IO corresponding to all replacement
add List(Replace_idx) find_and_replace_dict_idx (String source_file, List((String, String)) dic) which return the list of all replace_idx found in the given file "source_file"
muscle.anubis
add missing public to define Maybe(ByteArray) flatten_message according to last Anubis compiler rules
tools/basis.anubis
add show_duration(String comment, UTime start) which print the comment and the result of the calculation of duration from start to now
tools/ISO-8601.anubis
add _Int_to_ISO_8601_date_ymd_hm