summary refs log tree commit diff
path: root/pkgs/development/tools/misc/global
Commit message (Collapse)AuthorAge
* global: 6.6.6 -> 6.6.7R. RyanTM2021-07-03
|
* global: 6.6.5 -> 6.6.6R. RyanTM2021-05-08
|
* global: use python3Frederik Rietdijk2021-04-03
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* global: 6.6.4 -> 6.6.5R. RyanTM2020-09-23
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* global: 6.6.3 -> 6.6.4R. RyanTM2020-01-06
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* global: 6.6.2 -> 6.6.3R. RyanTM2018-12-25
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/global/versions
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* global: 6.5.7 -> 6.6.2Ryan Mulligan2018-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/global --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gozilla --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gozilla --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags -h` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/htags --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope -h` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope -V` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/gtags-cscope --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.gtags-wrapped --version` and found version 6.6.2 - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped --help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped help` got 0 exit code - ran `/nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2/bin/.global-wrapped --version` and found version 6.6.2 - found 6.6.2 with grep in /nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2 - found 6.6.2 in filename of file in /nix/store/2flw25y597pyjl1hlnkpxm86crmps6cw-global-6.6.2
* Revert "gnu global: set path of default gtags.conf in wrapper"Leandro Lisboa Penz2017-08-27
| | | | | | | | | | This reverts commit bd0d64730a90c8447245e415a2d10982ca95ba35. Setting GTAGSCONF is not an adequate solution as it prevents the use of it and the way it was done also breaks gtags when it is called by global. Fixes NixOS/nixpkgs#26971
* global: 6.5.6 -> 6.5.7Pascal Wittmann2017-05-30
|
* gnu global: set path of default gtags.conf in wrapperLeandro Lisboa Penz2017-03-19
| | | | | | | | | | | | | | | | GNU global's gtags and global tools were unable to find the default gtags.conf, necessary to use gtagslabels. The error could be seen when gtags was invoked with -v: $ gtags -v --gtagslabel=pygments [Sun Mar 19 14:13:17 UTC 2017] Gtags started. Using default configuration. GTAGSLABEL(--gtagslabel) ignored since configuration file not found. Using 'gtags.files' as a file list. [Sun Mar 19 14:13:17 UTC 2017] Creating 'GTAGS' and 'GRTAGS'. [Sun Mar 19 14:13:17 UTC 2017] Done. The wrapper now points to the default gtags.conf using the GTAGSCONF environment variable.
* global: support universal-ctagsLeon Isenberg2017-02-24
|
* global: 6.5.5 -> 6.5.6Pascal Wittmann2017-01-09
|
* gnu global: 6.5.4 -> 6.5.5Peter Hoeg2016-09-29
|
* treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of ncurses is usedTuomas Tynkkynen2016-05-19
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * global: 6.5.3 -> 6.5.4Pascal Wittmann2016-03-29
| |
| * global: 6.5.2 -> 6.5.3Pascal Wittmann2016-03-24
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * global: 6.5.1 -> 6.5.2Pascal Wittmann2016-01-03
| |
* | ncurses: split into multiple outputsVladimír Čunát2015-10-13
|/ | | | | Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
* global: 6.5 -> 6.5.1Pascal Wittmann2015-09-15
|
* global: update from 6.4 to 6.5Pascal Wittmann2015-06-11
|
* global: refactorcodyopel2015-05-11
|
* global: update from 6.3.4 to 6.4Pascal Wittmann2015-04-08
|
* global: wrap "global" in the same fashionJohn Wiegley2015-03-31
|
* global: make pygments visible to "gtags" binaryJohn Wiegley2015-03-31
|
* global: add missing spaces to configureFlagsJohn Wiegley2015-03-31
|
* Remove unnecessary entries in propagatedBuildInputsJohn Wiegley2015-03-31
|
* Add propagatedBuildInputsJohn Wiegley2015-03-31
|
* Enable two modern features of GNU globalJohn Wiegley2015-03-31
|
* global: update from 6.2.12 to 6.3.4Pascal Wittmann2015-03-09
|
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Change several package constraints from linux to unixJohn Wiegley2014-04-12
| | | | They all build on Darwin.
* global: update from 6.2.9 to 6.2.12Evgeny Egorochkin2014-04-03
|
* global: update from 6.2.2 to 6.2.9Nixpkgs Monitor2013-12-12
|
* GNU GLOBAL 6.2.2.Ludovic Courtès2012-04-09
| | | | svn path=/nixpkgs/trunk/; revision=33697
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* GNU GLOBAL 6.1.Ludovic Courtès2011-10-30
| | | | svn path=/nixpkgs/trunk/; revision=30119
* GNU GLOBAL 6.0.Ludovic Courtès2011-09-17
| | | | svn path=/nixpkgs/trunk/; revision=29316
* GNU GLOBAL 5.9.7.Ludovic Courtès2011-07-04
| | | | svn path=/nixpkgs/trunk/; revision=27587
* GNU GLOBAL 5.9.6.Ludovic Courtès2011-06-13
| | | | svn path=/nixpkgs/trunk/; revision=27439
* GNU GLOBAL 5.9.5.Ludovic Courtès2011-05-30
| | | | svn path=/nixpkgs/trunk/; revision=27321