History Library 1.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News History Library 1.0.0 (Default branch)
# 1  
Old 12-02-2008
History Library 1.0.0 (Default branch)

History is a C library that provides functions for retaining histories. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

gnu history library signal segfault

i am trying to use the history functions in a c++ program along with a custom signal handler for SIGINT. the prog works fine catching signals without the line: add_history(*args); but as soon as this line is added, the prog segfaults on SIGINT. does anyone have experience using gnu... (2 Replies)
Discussion started by: a1g0rithm
2 Replies
Login or Register to Ask a Question
EG(1)								   User Commands							     EG(1)

NAME
eg - git for mere mortals DESCRIPTION
(Run 'eg help --all' for a more detailed list.) Creating repositories eg clone Clone a repository into a new directory eg init Create a new repository Obtaining information about changes, history, & state eg diff Show changes to file contents eg log Show history of recorded changes eg status Summarize current changes Making, undoing, or recording changes eg commit Record changes locally eg mv Move or rename files (or directories or symlinks) eg stage Mark content in files as being ready for commit Managing branches eg branch List, create, or delete branches eg merge Join two or more development histories (branches) together eg switch Switch the working copy to another branch Collaboration eg pull Get updates from another repository and merge them eg push Push local commits to a published repository Time saving commands eg bisect Find the change that introduced a bug by binary search eg stash Save and revert local changes, or apply stashed changes Additional help: eg help COMMAND Get more help on COMMAND. eg help --all List more commands (not really all) eg help topic List specialized help topics. git version 1.6.3.3 eg version .99 July 2009 EG(1)