summaryrefslogtreecommitdiff
path: root/devel/global
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-09-24Update global to 4.8, from Kailash Sethuraman in PR#27017abs3-7/+11
Changes since 4.7: August 26 2004, Shigio Yamaguchi <shigio@gnu.org> * Moved function now() from gtags.c to libutil/date.c. * htags: Changed so that the path passed to CGI might be encoded to %xx. * htags: Rewritten in C language. * htags: The use of the 'gtags --write' was stopped. * die.c: New function sethandler() and warning() added. * gctags/reserved.pl: The use of the --key-positions option of gperf(1) was stopped. We need gperf-3.0.1 instead. June 1 2004, Shigio Yamaguchi <shigio@gnu.org> * htags: Function usable() was changed to the same specification as usable() in libutil/usable(). * htags: Execution path of global(1) was changed to the absolute path. * htags: Write FILEMAP file for reference from external system. * conf.c: New config variable 'bindir' and 'datadir' added. * w32/ directory removed.
2004-07-14Sync PLIST with 4.7 update (hi cjs!).wiz1-5/+19
2004-05-13GLOBAL-4.7cjs2-5/+5
* Gtags.vim, plugin script integrates GLOBAL with vim editor added. GLOBAL-4.6. [INCOMPATIBLE CHANGES] * The default value of the config variable 'definition_header' was changed to 'no', because the definition header is unsightly according to the place, especially in class definition. [OTHER CHANGES] * Added support for PHP language. (Known problems in htags) - The variable in string cannot be recognized.(global can recognize that.) - In HTML, the character string of the same spelling as the reserved word of PHP is recognized as a reserved word of PHP. I will rewrite htags in C language in the future to solve above problems. * Added support for SCM_DEFINE macro which is part of guile-snarf. * Added 'right' as a value of config variable 'definition_header'. * Added some tool tips. - Alphabet in alphabetical index shows the count of definitions. - File name in file index show the full path name. - Anchor to duplicate index show the number of duplicated objects. * Added .cvsrc,.cvsignore,.cvspass,.cvswrappers,autom4te.cache/ to the default skip list. GLOBAL 4.5.3. [INCOMPATIBLE CHANGES] * htags: Htags does not generate the code of javascript at all. In the former version, we used javascript to display information about links. But a browser these days had come to support the tool tip using 'title' attribute. So, we replaced the function using tool tip instead of javascript facility. * The --no-javascript option was removed because it was already unnecessary. * global: The pattern of the argument came always to be interpreted as a extended regular expression. In the former version, there was both the case for the pattern to be interpreted as a basic regular expression and the interpretation as the extended regular expression. This depended on the environment of the build. (If you have grep(1) and xargs(1), basic regular expression will be used.) In the new version, if you want the pattern to be interpreted as a basic regular expression, please specify the -G option. [OTHER CHANGES] New features: htags: * CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option). You can link CVS repository from the hypertext of source code. * Tooltip inserted in links. * The --no-map-file option added. Htags generate 'MAP' file by default. You can suppress it by this. * The --statistics option added. With this option, htags print statistics information to the standard error. global: * The -e(--regexp) option added like grep(1). * The -G(--basic-regexp) option added like egrep(1). Performance tuning: htags: * Remove tag name and line image from cache record. This made cache file smaller. * The use of the temporary file was suppressed to the minimum by tring to read the source code. Other modifications * A security hole was shut. * conf.h: add '{arch}' and '.notfunction' to default skip list. * gctags: support __attribute__((...)). GLOBAL 4.5.2. [INCOMPATIBLE CHANGES] * htags: move title's '<H1>...</H1>' into configuration variables 'title_begin' and 'title_end'. This makes configuration more flexible. If you are still using older version of gtags.conf, please replace it with one in this version. [OTHER CHANGES] * htags: add INCLUDED FROM index of htags by Hideki IWAMOTO. This indexes the places where the header file is included. * htags: add support of multi-line string. * htags, gtags: pass option '-w' from htags to gtags. * htags: allow reference to nonexistent definition without warning. * htags: add missing reserved words. - add C99 reserved words _Bool,_Complex,_Imaginary,inline,restrict. - add missing C++ reserved words asm,bool,const_cast,dynamic_cast, explicit,export,false,mutable,namespace,reinterpret_cast,static_cast, true,typeid,typename,using,wchar_t. * htags: insert HTML tag in the line which was warned. (see configuration variable 'colorize_warned_line', 'warned_line_begin' and 'warned_line_end'.) * gctags: pick up reference to macro in conditional directive. * gctags: remove wchar_t from the reservation word list of C. * gctags: remove overload from the reserved word list of C++. * gctags: remove wchar_t from the reservation word list of C. * gtags: environment variable GTAGSCACHE added. * and many bug fi GLOBAL-4.5.1. New features: o gtags,htags: --gtagslabel option added. o htags: -D(--dynamic) option added. o Some bugs fixed.
2004-04-27Convert to buildlink3.snj1-3/+3
2004-02-15Remove info files entries from PLIST.seb1-5/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Convert to USE_NEW_TEXINFO.seb2-6/+4
2003-05-04Use texinfo.mk, TEXINFO_OVERRIDE and fix install-info in PLIST.seb2-4/+6
2002-11-23Update to 4.5, provided by ORI Manabu in PR 18698.wiz3-7/+11
Changes: Version 4.5 - July 4 2002, by Shigio Yamaguchi * htags: -m(--main-func) option added. * htags: --style-sheet=<style file> option added. * htags: --no-javascript option and no_javascript config variable added. * htags: -g(--gtags) option added. * htags: -s(--symbols) option and symbols config variable added. * gctags: --langmap option added. * gctags: -t and -d option added. * gtags: pick up macros with noargument, typedef name and enum member. * gozilla: -d option added. * gctags: assumes __attribute__, const, volatile, wchar_t as a reserved word in C language. assumes __attribute__, explicit, mutable, namespace, overload, typename, using as a reserved word in C++ language. Version 4.4 - March 30 2002, by Shigio Yamaguchi * gozilla: gozilla return to GLOBAL. * htags: -o(--other) option added. This option list not only source files but also other files like 'README'. * global: -o(--other) option added. This option search in not only source files but also other files like 'README'. * htags: configuration variable other_files added. * htags: configuration variable definition_header={no|after|before} added. * htags: configuration variable enable_grep and enable_idutils added. * htags: -l(--each-line-tag) option deleted. From now on, htags works as if -l flag is always specified. But -l(--each-line-tag) option is accepted for backward compatibility. * global: path conversion optimized and bug fixed. * gtags.conf: added documentation about variables. * htags: shut another security hole. * Some bugs are fixed. Version 4.3.1 - January 22 2002, by Shigio Yamaguchi This is bug fix version. * htags: global.cgi wasn't generated correctly. Version 4.3 - January 10 2002, by Shigio Yamaguchi * Support DJGPP. * Support nvi-1.81.5. * global.texi: chapter of less viewer, nvi-1.81.5 and reference manuals added. * global,gtags: the -q option added. * htags: fill anchors into path name. * global: GTAGSROOT file supported. Version 4.2 - November 24 2001, by Shigio Yamaguchi * postgres support added. You need to configure GLOBAL with --with-postgres option. * gtags: when no parser specified in config file, overloaded by default values. * gtags: variable 'skip' accept full path name. * htags: changed to refer to macros which is defined in other C source. * htags: --caution option added. * global.texi: reference manual added. * gtags, htags: allow relative path name for --gtagsconf. Version 4.1.1 - July 31, 2001, by Shigio Yamaguchi * htags: bug fixed. bless.sh removed 'TARGET=mains'. * htags: bug fixed. bless.sh didn't work without config file. * configure: bug fixed. --srcdir option didn't work. now you can build project at any directory other than source directory. * htags: generates rebuild.sh to redo the job with the previous context. * globash.rc: when GTAGSROOT specified, prompt is changed to "[$root]!$cwd" instead of "[$root]/...". * globash.rc: bug fixed. number was ignored in 'next <no>' and 'prev <no>'. * globash.rc: The -e option of show use emacsclient instead of emacs. Version 4.1 - July 12, 2001, by Shigio Yamaguchi [INCOMPATIBLE CHANGES] * global: rename the -i(incremental) option to -u(update) and the new -i(--ignore-case) option added because -i options is generally used for this purpose (see grep(1)). * gtags.conf: rename global.conf into gtags.conf because the old name was too generic. (GLOBAL also accepts old name for compatibility.) [OTHER CHANGES] * Some bugs are fixed. * globash.rc: GloBash --- Global facility for Bash added. * htags: create bless.sh when the -S option specified. * htags: config variables prolog_script, epilog_script, show_position, position_begin, position_end and icase_path added. * htags: path name search facility added. * htags: locate dbpath like global(1) does. * htags: show addtional information on status bar. * gtags: the -i option also locate tag files among cadedite directories. * global, gtags: make icase_path allways enable in Windows32 environment. * global: the -T(--through) option added. * gtags, htags: --gtagsconf option added. * gtags.conf: 'htags_options' added. * globa.texi: the method to use vim with GLOBAL and the description about GloBash added.
2002-11-14buildlink1 -> buildlink2jlam1-3/+3
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2001-11-28Buildlinkify.jlam1-5/+6
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-08Update global to 4.0.1 - patches from Hubert. Fixes security issue.abs10-122/+13
2000-09-09Don't use internal libdb, use NetBSD's, as suggested by Patrick Welche inwiz6-17/+44
pkg/10340. While I'm here: set MANCOMPRESSED_IF_MANZ; and fix .El in another man page.
2000-09-03add RCS Idwiz1-0/+1
2000-04-21Update global to 3.55sakamoto10-40/+84
Fixes pkg/9668 by nagae@tk.airnet.ne.jp What's New since 3.54 The -g and -s option are optimized. Above serious bug is fixed. What's New since 3.5 Ported to Cygwin tools for WIN32 environment. (You need Cygwin tools Release B20.1) Gozilla ported to WIN32 environment.(You need Borland C compiler) Gtags.el was improved. Ported to Solaris. What's New since 3.44 C++ supported. XEmacs supported. Ported to WIN32 environment.(You need Borland C++ compiler 4.5 or 5.0)
1999-08-24Homepage has moved to http://www.tamacom.com/global/.hwr1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+5
1999-04-26Fix some minor LP64 warnings that are treated as errors. Compilesgarbled2-0/+22
on alpha now.
1999-01-14pkglint: Use {MKDIR} not mkdirabs1-2/+2
1999-01-09Add (and enable) global packageabs6-0/+69