This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rebasing master onto 8b27d6f | |
11312dd8d801daf4c3300c46586ce0b41b31228b | |
repo: /home/dave/src/techarcana/.git | |
history scope: HEAD | |
Help | |
Common Key Bindings: | |
n:next thing p:previous thing /:search history s:show repo's status g:redisplay q:quit | |
Extra Key Bindings for a Commit line: | |
SPC:load details h:hide/show details H:hide sub-blocks o:checkout b:start new branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rebasing master onto 8b27d6f | |
11312dd8d801daf4c3300c46586ce0b41b31228b | |
repo: /home/dave/src/techarcana/.git | |
history scope: HEAD | |
Help | |
Common Key Bindings: | |
n:next thing p:previous thing /:search history s:show repo's status g:redisplay q:quit | |
Extra Key Bindings for a Commit line: | |
SPC:load details h:hide/show details H:hide sub-blocks o:checkout b:start new branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* commit 11312dd8d801daf4c3300c46586ce0b41b31228b | |
| Author: David Abrahams <[email protected]> | |
| Date: Sun Jan 4 17:38:09 2009 -0500 | |
| | |
| Move some global configuration into config.d/ | |
| | |
* commit 8b27d6fa8588f7df23b169a70225a57fa29ead01 | |
| Author: David Abrahams <[email protected]> | |
| Date: Sun Jan 4 14:22:13 2009 -0500 | |
| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f2d166293a73eadb31930087b7476490d07bca33 | |
. COMMIT_EDITMSG description HEAD info ORIG_HEAD | |
.. COMMIT_EDITMSG~ FETCH_HEAD hooks logs rebase-merge | |
branches config gitk.cache index objects refs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright David Abrahams 2009. Distributed under the Boost | |
// Software License, Version 1.0. (See accompanying | |
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
unsigned count; | |
unsigned zero; // used to prevent dead code elimination and static analysis. see main | |
struct counter | |
{ | |
~counter() { ++count; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright David Abrahams 2009. Distributed under the Boost | |
# Software License, Version 1.0. (See accompanying | |
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
import os | |
import sys | |
def compile(depth, throw=False, catch=False, exception_spec=False, eh_enabled=True): | |
print 'compiling...', | |
sys.stdout.flush() | |
THROW = throw and '-DTHROW' or '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright David Abrahams 2009. Distributed under the Boost | |
# Software License, Version 1.0. (See accompanying | |
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
import os | |
import sys | |
def compile(depth, throw=False, catch=False, exception_spec=False, eh_enabled=True): | |
print 'compiling...', | |
sys.stdout.flush() | |
THROW = throw and '-DTHROW' or '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pkg history -l | |
Operation: purge-history | |
Outcome: Succeeded | |
Client: pkg | |
Version: 02ad3f8f9c38 | |
User: root (0) | |
Start Time: 2009-04-20T11:17:43 | |
End Time: 2009-04-20T11:17:43 | |
Command: /usr/bin/pkg -R /export/home/dc/build_data/pkg_image purge-history | |
Start State: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zreba:elisp.repo dave$ git submodule add http://repo.or.cz/w/more-wl.git 3rd-party/more-wl | |
Initialized empty Git repository in /Users/dave/src/elisp.repo/3rd-party/more-wl/.git/ | |
fatal: You are on a branch yet to be born | |
Unable to checkout submodule '3rd-party/more-wl' | |
zreba:elisp.repo dave$ git status | |
# On branch master | |
# Changed but not updated: | |
# (use "git add/rm <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes in HEAD | |
Modified ChangeLog | |
diff --git a/ChangeLog b/ChangeLog | |
index 1e9d30b..acb0953 100644 | |
--- a/ChangeLog | |
+++ b/ChangeLog | |
@@ -1,3 +1,11 @@ | |
+2010-01-04 TAKAHASHI Kaoru <[email protected]> | |
+ | |
+ * WL-MK (wl-scan-source, wl-uninstall) |
OlderNewer