On Tue, Apr 15, 2008 at 10:56:05PM +0200, Wojtek Kaniewski wrote: > Tak przy okazji, do /branches/1.8/ kopiujesz zmiany ręcznie, czy używasz > svn merge?
svn merge -c rev https://.../trunk albo svn merge -r rev:rev https://.../trunk A tak z zupełnie innej beczki. W Debianie pojawia się powoli pewien mechanizm na zmniejszenie agresywności zależności od bibliotek. Dzieje się to dzięki podaniu listy symboli eksportowanych przez daną bibliotekę wraz z wersją pakietu, w której się po raz pierwszy pojawiły. libgadu obecnie eksportuje następujące funkcje. Byłbym wdzięczny, gdyby ktoś rzucił na to okiem i powiedział czy nie ma na tej liście rzeczy, które się na niej nie powinny były znaleźć (naprawić teraz będzie dużo łatwiej, niż później). Na szybko zerkając na http://toxygen.net/libgadu/doc/globals_func.html widzę że są braki i nadmiary po obu stronach... gg_add_notify gg_add_notify_ex gg_base64_decode gg_base64_encode gg_change_info gg_change_info_request_free gg_change_info_request_new gg_change_passwd2 gg_change_passwd3 gg_change_passwd4 gg_change_passwd gg_change_status gg_change_status_descr gg_change_status_descr_time gg_chomp gg_connect gg_crc32 gg_dcc7_accept gg_dcc7_free gg_dcc7_handle_accept gg_dcc7_handle_id gg_dcc7_handle_info gg_dcc7_handle_new gg_dcc7_handle_reject gg_dcc7_reject gg_dcc7_send_file gg_dcc7_send_file_fd gg_dcc7_watch_fd gg_dcc_fill_file_info2 gg_dcc_fill_file_info gg_dcc_free gg_dcc_get_file gg_dcc_ip gg_dcc_port gg_dcc_request gg_dcc_send_file gg_dcc_set_type gg_dcc_socket_create gg_dcc_voice_chat gg_dcc_voice_send gg_dcc_watch_fd gg_debug gg_debug_common gg_debug_file gg_debug_handler gg_debug_handler_session gg_debug_level gg_debug_session gg_event_free gg_file_hash_sha1 gg_fix16 gg_fix32 gg_free_search gg_free_session gg_get_line gg_gethostbyname gg_http_connect gg_http_free gg_http_free_fields gg_http_hash gg_http_stop gg_http_watch_fd gg_image_queue_remove gg_image_reply gg_image_request gg_libgadu_version gg_local_ip gg_login gg_login_hash gg_login_hash_sha1 gg_logoff gg_notify gg_notify_ex gg_ping gg_proxy_auth gg_proxy_enabled gg_proxy_host gg_proxy_http_only gg_proxy_password gg_proxy_port gg_proxy_username gg_pubdir50 gg_pubdir50_add gg_pubdir50_count gg_pubdir50_free gg_pubdir50_get gg_pubdir50_handle_reply gg_pubdir50_new gg_pubdir50_next gg_pubdir50_seq gg_pubdir50_seq_set gg_pubdir50_type gg_pubdir_free gg_pubdir_watch_fd gg_read gg_read_line gg_recv_packet gg_register2 gg_register3 gg_register gg_remind_passwd2 gg_remind_passwd3 gg_remind_passwd gg_remove_notify gg_remove_notify_ex gg_resolve gg_resolve_pthread gg_resolve_pthread_cleanup gg_saprintf gg_search gg_search_request_free gg_search_request_mode_0 gg_search_request_mode_1 gg_search_request_mode_2 gg_search_request_mode_3 gg_search_watch_fd gg_send_message gg_send_message_confer gg_send_message_confer_richtext gg_send_message_ctcp gg_send_message_richtext gg_send_packet gg_token gg_token_free gg_token_watch_fd gg_unregister2 gg_unregister3 gg_unregister gg_urlencode gg_userlist_get gg_userlist_get_free gg_userlist_get_watch_fd gg_userlist_put gg_userlist_put_free gg_userlist_put_watch_fd gg_userlist_remove gg_userlist_remove_free gg_userlist_remove_watch_fd gg_userlist_request gg_vsaprintf gg_watch_fd gg_write -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 "Every program in development at MIT expands until it can read mail." -- Unknown _______________________________________________ libgadu-devel mailing list [email protected] http://lists.ziew.org/mailman/listinfo/libgadu-devel
