• Show log

    Commit

  • Hash : e802d8cc
    Author : Vicent Marti
    Date : 2010-09-19T03:53:57

    Implement internal methods to write on sources
    
    The new 'git__source_printf' does an overflow-safe printf on a source
    bfufer.
    
    The new 'git__source_write' does an overflow-safe byte write on a source
    buffer.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>