Thu Dec 22 12:53:18 CET 2005 Erik Schnetter <[EMAIL PROTECTED]>
* Rename git.c to gitlib.c
On case-insensitive file systems, the source files Git.lhs and git.c
lead to the same object file git.o. Renaming git.c to gitlib.c solves
this problem.
New patches:
[Rename git.c to gitlib.c
Erik Schnetter <[EMAIL PROTECTED]>**20051222115318
On case-insensitive file systems, the source files Git.lhs and git.c
lead to the same object file git.o. Renaming git.c to gitlib.c solves
this problem.
] {
move ./git.c ./gitlib.c
move ./git.h.in ./gitlib.h.in
hunk ./Git.lhs 51
-foreign import ccall unsafe "git.h git_read_file" git_read_file
+foreign import ccall unsafe "gitlib.h git_read_file" git_read_file
hunk ./Git.lhs 54
-foreign import ccall unsafe "git.h & git_file_done" git_file_done
+foreign import ccall unsafe "gitlib.h & git_file_done" git_file_done
hunk ./Git.lhs 101
-foreign import ccall unsafe "git.h read_cache" git_read_cache
+foreign import ccall unsafe "gitlib.h read_cache" git_read_cache
hunk ./Git.lhs 196
-foreign import ccall unsafe "git.h git_parse_time" git_parse_time
+foreign import ccall unsafe "gitlib.h git_parse_time" git_parse_time
hunk ./Git.lhs 199
-foreign import ccall unsafe "git.h git_format_time" git_format_time
+foreign import ccall unsafe "gitlib.h git_format_time" git_format_time
hunk ./Git.lhs 218
-foreign import ccall unsafe "git.h strcmp" git_strcmp
+foreign import ccall unsafe "gitlib.h strcmp" git_strcmp
hunk ./Git.lhs 251
-foreign import ccall unsafe "git.h git_file_info_done" git_file_info_done
+foreign import ccall unsafe "gitlib.h git_file_info_done" git_file_info_done
hunk ./Git.lhs 267
-foreign import ccall unsafe "git.h git_is_tree" git_is_tree
+foreign import ccall unsafe "gitlib.h git_is_tree" git_is_tree
hunk ./Git.lhs 270
-foreign import ccall unsafe "git.h git_default_file_mode" git_default_file_mode
+foreign import ccall unsafe "gitlib.h git_default_file_mode" git_default_file_mode
hunk ./Git.lhs 315
-foreign import ccall unsafe "git.h git_tree_begin" git_tree_begin
+foreign import ccall unsafe "gitlib.h git_tree_begin" git_tree_begin
hunk ./Git.lhs 318
-foreign import ccall unsafe "git.h git_tree_next" git_tree_next
+foreign import ccall unsafe "gitlib.h git_tree_next" git_tree_next
hunk ./Git.lhs 321
-foreign import ccall unsafe "git.h git_tree_done" git_tree_done
+foreign import ccall unsafe "gitlib.h git_tree_done" git_tree_done
hunk ./Git.lhs 429
-foreign import ccall unsafe "git.h git_cache_entry" git_cache_entry
+foreign import ccall unsafe "gitlib.h git_cache_entry" git_cache_entry
hunk ./Git.lhs 432
-foreign import ccall unsafe "git.h git_cache_entry_sha1"
+foreign import ccall unsafe "gitlib.h git_cache_entry_sha1"
hunk ./Git.lhs 436
-foreign import ccall unsafe "git.h git_cache_entry_size" git_cache_entry_size
+foreign import ccall unsafe "gitlib.h git_cache_entry_size" git_cache_entry_size
hunk ./Git.lhs 439
-foreign import ccall unsafe "git.h git_cache_entry_mtime" git_cache_entry_mtime
+foreign import ccall unsafe "gitlib.h git_cache_entry_mtime" git_cache_entry_mtime
hunk ./Git.lhs 442
-foreign import ccall unsafe "git.h git_validate" git_validate
+foreign import ccall unsafe "gitlib.h git_validate" git_validate
hunk ./Git.lhs 620
-foreign import ccall unsafe "git.h git_write_file" git_write_file
+foreign import ccall unsafe "gitlib.h git_write_file" git_write_file
hunk ./Git.lhs 624
-foreign import ccall unsafe "git.h git_write_tree_begin" git_write_tree_begin
+foreign import ccall unsafe "gitlib.h git_write_tree_begin" git_write_tree_begin
hunk ./Git.lhs 627
-foreign import ccall unsafe "git.h git_write_tree_next" git_write_tree_next
+foreign import ccall unsafe "gitlib.h git_write_tree_next" git_write_tree_next
hunk ./Git.lhs 630
-foreign import ccall unsafe "git.h git_write_tree_done" git_write_tree_done
+foreign import ccall unsafe "gitlib.h git_write_tree_done" git_write_tree_done
hunk ./configure.ac 498
- GIT_C_OBJS="git.o"
+ GIT_C_OBJS="gitlib.o"
hunk ./configure.ac 533
-AC_OUTPUT([autoconf.mk git.h Autoconf.lhs ThisVersion.lhs
+AC_OUTPUT([autoconf.mk gitlib.h Autoconf.lhs ThisVersion.lhs
hunk ./gitlib.c 27
-#include "git.h"
+#include "gitlib.h"
}
Context:
[Fix mistyped /dev/null, fixes --sendmail-command in Windows
Esa Ilari Vuokko <[EMAIL PROTECTED]>**20051129160120]
[Use \ as path separator for GnuPG in Windows -- makes apply --verify work
Esa Ilari Vuokko <[EMAIL PROTECTED]>**20051129164533]
[make dangers and recommended use of "Amend" clearer in the docs.
Mark Stosberg <[EMAIL PROTECTED]>**20051213140523
I think it's important to be clearer about when it's appropriate to use 'amend',
so I moved some notes into the short and mid-length help texts.
]
[update web page to reflect 1.0.5 as latest stable source.
Tommy Pettersson <[EMAIL PROTECTED]>**20051213111137]
[fix handling of absolute paths containing drive letters
Will <[EMAIL PROTECTED]>**20051208054737
This fixes issue 47 where paths containing drive letters (i.e. on windows)
are not treated as absolute paths.
]
[bump version to 1.0.6pre1
Tommy Pettersson <[EMAIL PROTECTED]>**20051208092839]
[TAG 1.0.5
Tommy Pettersson <[EMAIL PROTECTED]>**20051207112730]
Patch bundle hash:
a20f1018ab83fb13e7075ec3bcdc54610a7bd2a7
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel