chiark
/
gitweb
/
~yarrgweb
/
ypp-sc-tools.db-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b9cce97
)
WIP rename pctb -> yarrg
author
Ian Jackson
<ian@liberator.relativity.greenend.org.uk>
Wed, 29 Jul 2009 14:10:46 +0000
(15:10 +0100)
committer
Ian Jackson
<ian@liberator.relativity.greenend.org.uk>
Wed, 29 Jul 2009 14:10:46 +0000
(15:10 +0100)
30 files changed:
yarrg/Commods.pm
[moved from
pctb/Commods.pm
with 100% similarity]
patch
|
blob
|
history
yarrg/CommodsDatabase.pm
[moved from
pctb/CommodsDatabase.pm
with 100% similarity]
patch
|
blob
|
history
yarrg/Makefile
[moved from
pctb/Makefile
with 100% similarity]
patch
|
blob
|
history
yarrg/README
[moved from
pctb/README
with 100% similarity]
patch
|
blob
|
history
yarrg/README.charset
[moved from
pctb/README.charset
with 100% similarity]
patch
|
blob
|
history
yarrg/README.files
[moved from
pctb/README.files
with 100% similarity]
patch
|
blob
|
history
yarrg/README.privacy
[moved from
pctb/README.privacy
with 100% similarity]
patch
|
blob
|
history
yarrg/TODO
[moved from
pctb/TODO
with 100% similarity]
patch
|
blob
|
history
yarrg/commod-email-processor
[moved from
pctb/commod-email-processor
with 100% similarity]
patch
|
blob
|
history
yarrg/commod-results-processor
[moved from
pctb/commod-results-processor
with 100% similarity]
patch
|
blob
|
history
yarrg/commod-update-receiver
[moved from
pctb/commod-update-receiver
with 100% similarity]
patch
|
blob
|
history
yarrg/common.c
[moved from
pctb/common.c
with 100% similarity]
patch
|
blob
|
history
yarrg/common.h
[moved from
pctb/common.h
with 100% similarity]
patch
|
blob
|
history
yarrg/convert.c
[moved from
pctb/convert.c
with 100% similarity]
patch
|
blob
|
history
yarrg/convert.h
[moved from
pctb/convert.h
with 100% similarity]
patch
|
blob
|
history
yarrg/database-info-fetch
[moved from
pctb/database-info-fetch
with 100% similarity]
patch
|
blob
|
history
yarrg/db-idempotent-populate
[moved from
pctb/db-idempotent-populate
with 100% similarity]
patch
|
blob
|
history
yarrg/decode-pctb-marketdata
[moved from
pctb/decode-pctb-marketdata
with 100% similarity]
patch
|
blob
|
history
yarrg/dictionary-manager
[moved from
pctb/dictionary-manager
with 100% similarity]
patch
|
blob
|
history
yarrg/dictionary-update-receiver
[moved from
pctb/dictionary-update-receiver
with 100% similarity]
patch
|
blob
|
history
yarrg/master-master.txt
[moved from
pctb/master-master.txt
with 100% similarity]
patch
|
blob
|
history
yarrg/ocean-midnight.txt
[moved from
pctb/ocean-midnight.txt
with 100% similarity]
patch
|
blob
|
history
yarrg/ocr.c
[moved from
pctb/ocr.c
with 100% similarity]
patch
|
blob
|
history
yarrg/ocr.h
[moved from
pctb/ocr.h
with 100% similarity]
patch
|
blob
|
history
yarrg/pages.c
[moved from
pctb/pages.c
with 100% similarity]
patch
|
blob
|
history
yarrg/resolve.c
[moved from
pctb/resolve.c
with 100% similarity]
patch
|
blob
|
history
yarrg/rgbimage.c
[moved from
pctb/rgbimage.c
with 100% similarity]
patch
|
blob
|
history
yarrg/structure.c
[moved from
pctb/structure.c
with 100% similarity]
patch
|
blob
|
history
yarrg/structure.h
[moved from
pctb/structure.h
with 100% similarity]
patch
|
blob
|
history
yarrg/x.gdb
[moved from
pctb/x.gdb
with 100% similarity]
patch
|
blob
|
history
diff --git
a/pctb/Commods.pm
b/yarrg/Commods.pm
similarity index 100%
rename from
pctb/Commods.pm
rename to
yarrg/Commods.pm
diff --git
a/pctb/CommodsDatabase.pm
b/yarrg/CommodsDatabase.pm
similarity index 100%
rename from
pctb/CommodsDatabase.pm
rename to
yarrg/CommodsDatabase.pm
diff --git
a/pctb/Makefile
b/yarrg/Makefile
similarity index 100%
rename from
pctb/Makefile
rename to
yarrg/Makefile
diff --git
a/pctb/README
b/yarrg/README
similarity index 100%
rename from
pctb/README
rename to
yarrg/README
diff --git
a/pctb/README.charset
b/yarrg/README.charset
similarity index 100%
rename from
pctb/README.charset
rename to
yarrg/README.charset
diff --git
a/pctb/README.files
b/yarrg/README.files
similarity index 100%
rename from
pctb/README.files
rename to
yarrg/README.files
diff --git
a/pctb/README.privacy
b/yarrg/README.privacy
similarity index 100%
rename from
pctb/README.privacy
rename to
yarrg/README.privacy
diff --git
a/pctb/TODO
b/yarrg/TODO
similarity index 100%
rename from
pctb/TODO
rename to
yarrg/TODO
diff --git
a/pctb/commod-email-processor
b/yarrg/commod-email-processor
similarity index 100%
rename from
pctb/commod-email-processor
rename to
yarrg/commod-email-processor
diff --git
a/pctb/commod-results-processor
b/yarrg/commod-results-processor
similarity index 100%
rename from
pctb/commod-results-processor
rename to
yarrg/commod-results-processor
diff --git
a/pctb/commod-update-receiver
b/yarrg/commod-update-receiver
similarity index 100%
rename from
pctb/commod-update-receiver
rename to
yarrg/commod-update-receiver
diff --git
a/pctb/common.c
b/yarrg/common.c
similarity index 100%
rename from
pctb/common.c
rename to
yarrg/common.c
diff --git
a/pctb/common.h
b/yarrg/common.h
similarity index 100%
rename from
pctb/common.h
rename to
yarrg/common.h
diff --git
a/pctb/convert.c
b/yarrg/convert.c
similarity index 100%
rename from
pctb/convert.c
rename to
yarrg/convert.c
diff --git
a/pctb/convert.h
b/yarrg/convert.h
similarity index 100%
rename from
pctb/convert.h
rename to
yarrg/convert.h
diff --git
a/pctb/database-info-fetch
b/yarrg/database-info-fetch
similarity index 100%
rename from
pctb/database-info-fetch
rename to
yarrg/database-info-fetch
diff --git
a/pctb/db-idempotent-populate
b/yarrg/db-idempotent-populate
similarity index 100%
rename from
pctb/db-idempotent-populate
rename to
yarrg/db-idempotent-populate
diff --git
a/pctb/decode-pctb-marketdata
b/yarrg/decode-pctb-marketdata
similarity index 100%
rename from
pctb/decode-pctb-marketdata
rename to
yarrg/decode-pctb-marketdata
diff --git
a/pctb/dictionary-manager
b/yarrg/dictionary-manager
similarity index 100%
rename from
pctb/dictionary-manager
rename to
yarrg/dictionary-manager
diff --git
a/pctb/dictionary-update-receiver
b/yarrg/dictionary-update-receiver
similarity index 100%
rename from
pctb/dictionary-update-receiver
rename to
yarrg/dictionary-update-receiver
diff --git
a/pctb/master-master.txt
b/yarrg/master-master.txt
similarity index 100%
rename from
pctb/master-master.txt
rename to
yarrg/master-master.txt
diff --git
a/pctb/ocean-midnight.txt
b/yarrg/ocean-midnight.txt
similarity index 100%
rename from
pctb/ocean-midnight.txt
rename to
yarrg/ocean-midnight.txt
diff --git
a/pctb/ocr.c
b/yarrg/ocr.c
similarity index 100%
rename from
pctb/ocr.c
rename to
yarrg/ocr.c
diff --git
a/pctb/ocr.h
b/yarrg/ocr.h
similarity index 100%
rename from
pctb/ocr.h
rename to
yarrg/ocr.h
diff --git
a/pctb/pages.c
b/yarrg/pages.c
similarity index 100%
rename from
pctb/pages.c
rename to
yarrg/pages.c
diff --git
a/pctb/resolve.c
b/yarrg/resolve.c
similarity index 100%
rename from
pctb/resolve.c
rename to
yarrg/resolve.c
diff --git
a/pctb/rgbimage.c
b/yarrg/rgbimage.c
similarity index 100%
rename from
pctb/rgbimage.c
rename to
yarrg/rgbimage.c
diff --git
a/pctb/structure.c
b/yarrg/structure.c
similarity index 100%
rename from
pctb/structure.c
rename to
yarrg/structure.c
diff --git
a/pctb/structure.h
b/yarrg/structure.h
similarity index 100%
rename from
pctb/structure.h
rename to
yarrg/structure.h
diff --git
a/pctb/x.gdb
b/yarrg/x.gdb
similarity index 100%
rename from
pctb/x.gdb
rename to
yarrg/x.gdb