core: move comments with description of C file to top of files

v2.8-utf8proc
Sebastien Helleu 2012-12-15 12:27:57 +01:00
parent a64dad2597
commit 7eb5cc4b97
158 changed files with 316 additions and 642 deletions

View File

@ -1,4 +1,6 @@
/*
* wee-backtrace.c - backtrace after a segfault
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-backtrace.c: display backtrace after a segfault
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-command.c - WeeChat core commands
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-command.c: WeeChat core commands
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-completion.c - completion for WeeChat commands
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-completion.c: completion for WeeChat commands
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-config-file.c - configuration files/sections/options management
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-config-file.c: configuration files/sections/options management
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-config.c - WeeChat configuration options (file weechat.conf)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-config.c: WeeChat configuration options (file weechat.conf)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-debug.c - debug functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-debug.c: debug functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-eval.c - evaluate expressions with references to internal vars
*
* Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-eval.c: evaluate expressions with references to internal vars
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-hashtable.c - implementation of hashtable
*
* Copyright (C) 2010-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-hashtable.c: implementation of hashtable
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-hdata.c - direct access to WeeChat data using hashtables
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-hdata.c: direct access to WeeChat data using hashtables
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-hook.c - WeeChat hooks management
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Simon Arlott
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-hook.c: WeeChat hooks management
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-infolist.c - info lists management
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-infolist.c: info lists management
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-input.c - default input callback for buffers
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-input.c: default callback function to read user input
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-list.c - sorted lists
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-list.c: sorted lists management
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-log.c - WeeChat log file (weechat.log)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-log.c: WeeChat log file
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-network.c - network functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2010 Gu1ll4um3r0m41n <aeroxteam@gmail.com>
@ -20,10 +22,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-network.c: network functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-proxy.c - proxy functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-proxy.c: proxy functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-string.c - string functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-string.c: string functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-upgrade-file.c - save/restore data for upgrading WeeChat
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-upgrade-file.c: save/restore data for upgrading WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-upgrade.c - save/restore session data of WeeChat core
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,11 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-upgrade.c: save/restore session data of WeeChat core
* (buffers, command history, hotlist, uptime)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-url.c - URL transfer
*
* Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-url.c: URL transfer
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-utf8.c - UTF-8 string functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-utf8.c: UTF-8 string functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* wee-util.c - some useful functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* wee-util.c: some useful functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -14,6 +14,8 @@
* ## ##
* ##########################################################################
*
* weechat.c - WeeChat main functions
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -32,10 +34,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat.c: core functions for WeeChat
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-bar-window.c - bar window functions for Curses GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-bar-window.c: bar window functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-chat.c - chat display functions for Curses GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-chat.c: chat display functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-color.c - color functions for Curses GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-color.c: color functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-key.c - keyboard functions for Curses GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-key.c: keyboard functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-main.c - main loop for Curses GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-main.c: main loop for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-mouse.c - mouse functions for Curses GUI
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-mouse.c: mouse functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-term.c - terminal functions for Curses GUI
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-term.c: terminal functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-curses-window.c - window display functions for Curses GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-curses-window.c: window display functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-bar-window.c - bar window functions for Gtk GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-bar-window.c: bar window functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-chat.c - chat display functions for Gtk GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-chat.c: chat display functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-color.c - color functions for Gtk GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-color.c: color functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-keyboard.c - keyboard functions for Gtk GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-keyboard.c: keyboard functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-main.c - main loop for Gtk GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-main.c: main loop for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-mouse.c - mouse functions for Gtk GUI
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-mouse.c: mouse functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-term.c - terminal functions for Gtk GUI
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-term.c: terminal functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-gtk-window.c - window display functions for Gtk GUI
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-gtk-window.c: window display functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-bar-item.c - bar item functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-bar-item.c: bar item functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-bar-window.c - bar window functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-bar-window.c: bar window functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-bar.c - bar functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-bar.c: bar functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-buffer.c - buffer functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-buffer.c: buffer functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-chat.c - chat functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-chat.c: chat functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-color.c - color functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-color.c: color functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-completion.c - word completion according to context (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-completion.c: word completion according to context (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-cursor.c - functions for free movement of cursor (used by all GUI)
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-cursor.c: functions for free movement of cursor (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-filter.c - filter functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-filter.c: filter functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-focus.c - functions about focus (cursor mode and mouse) (used by all GUI)
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-focus.c: functions about focus (for cursor mode and mouse) (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-history.c - memorize commands or text for buffers (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-history.c: memorize commands or text for buffers (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-hotlist.c - hotlist management (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,11 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-hotlist.c: hotlist management (list of buffers with activity)
* (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-input.c - input functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-input.c: input functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-key.c - keyboard functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-key.c: keyboard functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-layout.c - layout functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-layout.c: layout functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-line.c - line functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-line.c: line functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-mouse.c - functions for mouse (used by all GUI)
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-mouse.c: functions for mouse (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-nicklist.c - nicklist functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-nicklist.c: nicklist functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* gui-window.c - window functions (used by all GUI)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* gui-window.c: window functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* alias-config.c - alias configuration options (file alias.conf)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* alias-config.c: alias configuration options (file alias.conf)
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* alias-info.c - info and infolist hooks for alias plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* alias-info.c: info and infolist hooks for alias plugin
*/
#include <stdlib.h>
#include "../weechat-plugin.h"

View File

@ -1,4 +1,6 @@
/*
* alias.c - alias plugin for WeeChat: command aliases
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,11 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* alias.c: alias plugin for WeeChat: create "alias" commands to run other
* commands
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* weechat-aspell-bar-item.c - bar items for aspell plugin
*
* Copyright (C) 2012 Nils Görs <weechatter@arcor.de>
* Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat-aspell-bar-item.c: bar items for aspell plugin
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* weechat-aspell-config.c - aspell configuration options (file aspell.conf)
*
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat-aspell-config.c: aspell configuration options (file aspell.conf)
*/
#include <stdlib.h>
#include <string.h>
#include <limits.h>

View File

@ -1,4 +1,6 @@
/*
* weechat-aspell-speller.c - speller management for aspell plugin
*
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat-aspell-speller.c: speller management for aspell plugin
*/
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* weechat-aspell.c - aspell plugin for WeeChat: color for misspelled words
*
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Nils Görs <weechatter@arcor.de>
@ -19,11 +21,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat-aspell.c: aspell plugin for WeeChat: use color to show misspelled
* words in input line
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* charset.c - charset plugin for WeeChat: encode/decode strings
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,11 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* charset.c: charset plugin for WeeChat: encode/decode strings to other
* charset, depending on buffer
*/
#include <stdio.h>
#include <stdlib.h>
#ifndef __USE_GNU

View File

@ -1,4 +1,6 @@
/*
* demo.c - demo plugin for WeeChat
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* demo.c: demo plugin for WeeChat
*/
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* fifo-info.c - info and infolist hooks for fifo plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* fifo-info.c: info and infolist hooks for fifo plugin
*/
#include <stdlib.h>
#include "../weechat-plugin.h"

View File

@ -1,4 +1,6 @@
/*
* fifo.c - fifo plugin for WeeChat: remote control with FIFO pipe
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* fifo.c: fifo plugin for WeeChat: remote control with FIFO pipe
*/
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* weechat-guile-api.c - guile API functions
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Simon Arlott
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat-guile-api.c: guile API functions
*/
#undef _
#include <libguile.h>

View File

@ -1,4 +1,6 @@
/*
* weechat-guile.c - guile (scheme) plugin for WeeChat
*
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat-guile.c: guile (scheme) plugin for WeeChat
*/
#undef _
#include <libguile.h>

View File

@ -1,4 +1,6 @@
/*
* irc-bar-item.c - bar items for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-bar-item.c: bar items for IRC plugin
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-buffer.c - buffer functions for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-buffer.c: buffer functions for IRC plugin
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-channel.c - channel and private chat management for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-channel.c: channel and private chat management for IRC plugin
*/
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>

View File

@ -1,4 +1,6 @@
/*
* irc-color.c - IRC color decoding/encoding in messages
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-color.c: IRC color decoding/encoding in messages
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-command.c - IRC commands
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,10 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-command.c: IRC commands
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-completion.c - completion for IRC commands
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-completion.c: completion for IRC commands
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-config.c - IRC configuration options (file irc.conf)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-config.c: IRC configuration options (file irc.conf)
*/
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* irc-ctcp.c - IRC CTCP protocol
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-ctcp.c: IRC CTCP protocol
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-debug.c - debug functions for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-debug.c: debug functions for IRC plugin
*/
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-display.c - display functions for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-display.c: display functions for IRC plugin
*/
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* irc-ignore.c - ignore (nicks/hosts) management for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-ignore.c: ignore (nicks/hosts) management for IRC plugin
*/
#include <stdlib.h>
#include <stddef.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-info.c - info, infolist and hdata hooks for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-info.c: info, infolist and hdata hooks for IRC plugin
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-input.c - input data management for IRC buffers
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-input.c: input data management for IRC buffers
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-message.c - functions for IRC messages
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-message.c: functions for IRC messages
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-mode.c - IRC channel/user modes management
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-mode.c: IRC channel/user modes management
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-msgbuffer.c - target buffer for IRC messages
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private)
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-nick.c - nick management for IRC plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-nick.c: nick management for IRC plugin
*/
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* irc-notify.c - notify lists for IRC plugin
*
* Copyright (C) 2010-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-notify.c: notify lists for IRC plugin
*/
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* irc-protocol.c - implementation of IRC protocol (RFC 1459/2810/2811/2812)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
@ -18,11 +20,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-protocol.c: implementation of IRC protocol,
* according to RFC 1459, 2810, 2811 and 2812
*/
/* this define is needed for strptime() (not on OpenBSD) */
#if !defined(__OpenBSD__)
#define _XOPEN_SOURCE 700

View File

@ -1,4 +1,6 @@
/*
* irc-raw.c - functions for IRC raw data messages
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-raw.c: functions for IRC raw data messages
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-redirect.c - redirection of IRC command output
*
* Copyright (C) 2010-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-redirect.c: redirection of IRC command output
*/
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* irc-sasl.c - SASL authentication with IRC server
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,11 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-sasl.c: SASL authentication with IRC server,
* using mechanisms PLAIN or DH-BLOWFISH
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc-server.c - I/O communication with IRC servers
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2012 Simon Arlott
@ -19,10 +21,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-server.c: I/O communication with IRC servers
*/
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>

View File

@ -1,4 +1,6 @@
/*
* irc-upgrade.c - save/restore IRC plugin data when upgrading WeeChat
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-upgrade.c: save/restore IRC plugin data when upgrading WeeChat
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
/*
* irc.c - IRC (Internet Relay Chat) plugin for WeeChat
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc.c: IRC (Internet Relay Chat) plugin for WeeChat
*/
#include <stdlib.h>
#include <string.h>
#include <time.h>

View File

@ -1,4 +1,6 @@
/*
* logger-buffer.c - logger buffer list management
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* logger-buffer.c: logger buffer list management
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
/*
* logger-config.c - logger configuration options (file logger.conf)
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* logger-config.c: logger configuration options (file logger.conf)
*/
#include <stdlib.h>
#include <limits.h>

View File

@ -1,4 +1,6 @@
/*
* logger-info.c - info and infolist hooks for logger plugin
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* logger-info.c: info and infolist hooks for logger plugin
*/
#include <stdlib.h>
#include <stdio.h>

View File

@ -1,4 +1,6 @@
/*
* logger-tail.c - return last lines of a file
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* logger-tail.c: return last lines of a file
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

Some files were not shown because too many files have changed in this diff Show More