• system/convert.anubis:
    move host_to_lendian** function from network/tools.anubis to system/convert.anubis
    
    system/lists.anubis:
    * rename the function firt_elements to first_elements
    
    message_transceiver.anubis:
    + add get_message_from_connection().
    
    system/string.anubis:
    + add extract_user_domain(). Which extract the user and domain and return Maybe((String, String)) from given string
    
    tools/connections.anubis:
    + add get_socket_from_connection(). Which return the RWStream socket of Connection type. Sometime is useful to get the underlying RWStream to be used by another function.
    
    tools/streams.anubis:
    + add unput_string()
    
    David René authored
     
    Browse Dir »









  • …ile names were not always correctly normalized. Indeed, sequences like '/xxx/../' were not always removed. This had consequences on the identification of files and the identification of public types. Also, from now on the compiler does not accept two public types with the same name in the same compilation, even if these two types are never simultaneously visible. This problem will be corrected in version 2 only.
    Alain Prouté authored
     
    Browse Dir »