# # # patch "ChangeLog" # from [286c97b5b0c2bd7f7a8e0722e1e4e882b96a542e] # to [92b7a564cbbd56f8786462e5b1ea40de9b23eaf6] # # patch "monotone.cc" # from [84c5dd59902ad27508734f6d23e07b670b434481] # to [81a221e843c2ec1fc983d0d81059f3d6d94d07af] # ============================================================ --- ChangeLog 286c97b5b0c2bd7f7a8e0722e1e4e882b96a542e +++ ChangeLog 92b7a564cbbd56f8786462e5b1ea40de9b23eaf6 @@ -54,6 +54,9 @@ 2006-04-07 Matthew Gregan + * monotone.cc: Remove libgen.h and basename(), replace with + equivalent from boost::filesystem. + * sqlite/*: Import SQLite 3.3.5. * tests/t_mtn_ignore.at: Shuffle the output grepping tests a bit ============================================================ --- monotone.cc 84c5dd59902ad27508734f6d23e07b670b434481 +++ monotone.cc 81a221e843c2ec1fc983d0d81059f3d6d94d07af @@ -17,7 +17,7 @@ #include -#include +#include #include "botan/botan.h" @@ -290,7 +290,7 @@ save_initial_path(); utf8_argv uv(argc, argv); - utf8 prog_name(basename(uv.argv[0])); + utf8 prog_name(fs::path(uv.argv[0]).leaf()); // prepare for arg parsing