index
:
kernel/git/melver/linux.git
alloc-token
bpf-probe-write-user
cap-analysis/dev
ctx-analysis/dev
ctx-analysis/init-guards
for-test
kasan/dev
kcsan/dev
kfence/dev
master
misc
next
perf
melver's fork of linux.git
Marco Elver
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kernel-doc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR
Laurent Pinchart
1
-4
/
+4
2021-05-17
scripts: kernel-doc: reduce repeated regex expressions into variables
Aditya Srivastava
1
-37
/
+34
2021-04-27
kernel-doc: Add support for __deprecated
Matthew Wilcox
1
-0
/
+1
2021-04-15
scripts: kernel-doc: improve parsing for kernel-doc comments syntax
Aditya Srivastava
1
-4
/
+15
2021-03-29
scripts: kernel-doc: add warning for comment not following kernel-doc syntax
Aditya Srivastava
1
-4
/
+13
2021-03-26
docs: kernel-doc: properly recognize parameter lines with colons
Jonathan Corbet
1
-1
/
+7
2021-03-25
kernel-doc: better handle '::' sequences
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-08
scripts/kernel-doc: ignore identifier on anonymous enums
Mauro Carvalho Chehab
1
-2
/
+7
2021-03-08
scripts: kernel-doc: fix attribute capture in function parsing
Aditya Srivastava
1
-0
/
+2
2021-03-06
scripts: kernel-doc: fix typedef support for struct/union parsing
Aditya Srivastava
1
-3
/
+14
2021-02-22
scripts: kernel-doc: fix array element capture in pointer-to-func parsing
Aditya Srivastava
1
-1
/
+1
2021-01-28
scripts/kernel-doc: add internal hyperlink to DOC: sections
Michal Wajdeczko
1
-0
/
+1
2021-01-18
scripts: kernel-doc: validate kernel-doc markup with the actual names
Mauro Carvalho Chehab
1
-16
/
+46
2020-12-03
scripts: kernel-doc: fix parsing function-like typedefs
Mauro Carvalho Chehab
1
-1
/
+1
2020-11-13
scripts: kernel-doc: Restore anonymous enum parsing
Andy Shevchenko
1
-1
/
+1
2020-10-28
scripts: kernel-doc: use :c:union when needed
Mauro Carvalho Chehab
1
-1
/
+5
2020-10-28
scripts: kernel-doc: split typedef complex regex
Mauro Carvalho Chehab
1
-5
/
+9
2020-10-28
scripts: kernel-doc: fix typedef parsing
Mauro Carvalho Chehab
1
-2
/
+3
2020-10-15
scripts: kernel-doc: try to use c:function if possible
Mauro Carvalho Chehab
1
-9
/
+14
2020-10-15
scripts: kernel-doc: fix line number handling
Mauro Carvalho Chehab
1
-2
/
+4
2020-10-15
scripts: kernel-doc: allow passing desired Sphinx C domain dialect
Mauro Carvalho Chehab
1
-8
/
+43
2020-10-15
scripts: kernel-doc: don't mangle with parameter list
Mauro Carvalho Chehab
1
-12
/
+14
2020-10-15
scripts: kernel-doc: fix typedef identification
Mauro Carvalho Chehab
1
-23
/
+41
2020-10-15
scripts: kernel-doc: reimplement -nofunction argument
Mauro Carvalho Chehab
1
-23
/
+21
2020-10-15
scripts: kernel-doc: fix troubles with line counts
Mauro Carvalho Chehab
1
-3
/
+4
2020-10-15
scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x
Mauro Carvalho Chehab
1
-10
/
+24
2020-10-15
scripts: kernel-doc: make it more compatible with Sphinx 3.x
Mauro Carvalho Chehab
1
-6
/
+65
2020-10-15
scripts: kernel-doc: add support for typedef enum
Mauro Carvalho Chehab
1
-4
/
+11
2020-09-16
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Cameron
1
-1
/
+2
2020-09-10
kernel-doc: include line numbers for function prototypes
Mauro Carvalho Chehab
1
-0
/
+2
2020-07-31
scripts/kernel-doc: optionally treat warnings as errors
Pierre-Louis Bossart
1
-1
/
+22
2020-06-26
scripts/kernel-doc: handle function pointer prototypes
Mauro Carvalho Chehab
1
-0
/
+5
2020-06-26
scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
Mauro Carvalho Chehab
1
-0
/
+2
2020-06-08
Replace HTTP links with HTTPS ones: documentation
Alexander A. Klimov
1
-1
/
+1
2020-04-20
scripts: kernel-doc: accept blank lines on parameter description
Mauro Carvalho Chehab
1
-12
/
+23
2020-04-20
scripts: kernel-doc: accept negation like !@var
Mauro Carvalho Chehab
1
-1
/
+3
2020-04-20
scripts: kernel-doc: proper handle @foo->bar()
Mauro Carvalho Chehab
1
-0
/
+2
2020-04-15
scripts/kernel-doc: Add missing close-paren in c:function directives
Peter Maydell
1
-1
/
+1
2019-11-07
scripts/kernel-doc: Add support for named variable macro arguments
Jonathan Neuschäfer
1
-0
/
+16
2019-10-01
kernel-doc: add support for ____cacheline_aligned_in_smp attribute
André Almeida
1
-1
/
+2
2019-10-01
kernel-doc: fix processing nested structs with attributes
André Almeida
1
-4
/
+4
2019-08-12
kernel-doc: Allow anonymous enum
Andy Shevchenko
1
-1
/
+1
2019-08-06
kernel-doc: ignore __printf attribute
Randy Dunlap
1
-0
/
+1
2019-06-26
kernel-doc: Don't try to mark up function names
Jonathan Corbet
1
-1
/
+1
2019-05-27
kernel-doc: always name missing kerneldoc sections
Jonathan Corbet
1
-7
/
+9
2019-01-16
kernel-doc: suppress 'not described' warnings for embedded struct fields
Jonathan Corbet
1
-1
/
+1
2018-11-25
scripts/kernel-doc: Fix struct and struct field attribute processing
Sakari Ailus
1
-3
/
+4
2018-11-07
kernel-doc: extend $type_param to match members referenced by pointer
Mike Rapoport
1
-1
/
+1
2018-11-07
kernel-doc: kill trailing whitespace
Mike Rapoport
1
-2
/
+2
2018-10-18
kernel-doc: fix declaration type determination
Randy Dunlap
1
-4
/
+4
2018-08-06
scripts/kernel-doc: Escape all literal braces in regexes
Ben Hutchings
1
-10
/
+10
2018-07-23
PATCH scripts/kernel-doc
valdis.kletnieks@vt.edu
1
-2
/
+2
2018-03-29
docs: kernel-doc: fix parsing of arrays
Mauro Carvalho Chehab
1
-1
/
+1
2018-03-21
kernel-doc: Remove __sched markings
Matthew Wilcox
1
-0
/
+1
2018-02-20
Merge branch 'kerneldoc2' into docs-next
Jonathan Corbet
1
-301
/
+365
2018-02-20
docs: Add an SPDX header to kernel-doc
Jonathan Corbet
1
-0
/
+1
2018-02-18
scripts: kernel-doc: support in-line comments on nested structs/unions
Mauro Carvalho Chehab
1
-1
/
+1
2018-02-18
scripts: kernel_doc: fixup reporting of function identifiers
Mike Rapoport
1
-1
/
+1
2018-02-15
docs: kernel-doc: Don't mangle literal code blocks in comments
Jonathan Corbet
1
-5
/
+64
2018-02-15
docs: kernel-doc: Finish moving STATE_* code out of process_file()
Jonathan Corbet
1
-62
/
+77
2018-02-15
docs: kernel-doc: Move STATE_PROTO processing into its own function
Jonathan Corbet
1
-18
/
+28
2018-02-15
docs: kernel-doc: Move STATE_BODY processing to a separate function
Jonathan Corbet
1
-92
/
+101
2018-02-15
docs: kernel-doc: Move STATE_NAME processing into its own function
Jonathan Corbet
1
-65
/
+72
2018-02-15
docs: kernel-doc: Move STATE_NORMAL processing into its own function
Jonathan Corbet
1
-5
/
+16
2018-02-15
docs: kernel-doc: Rename and split STATE_FIELD
Jonathan Corbet
1
-11
/
+11
2018-02-15
docs: kernel-doc: Get rid of xml_escape() and friends
Jonathan Corbet
1
-56
/
+9
2018-01-01
scripts: kernel_doc: better handle show warnings logic
Mauro Carvalho Chehab
1
-15
/
+41
2017-12-21
scripts: kernel-doc: apply filtering rules to warnings
Mauro Carvalho Chehab
1
-7
/
+23
2017-12-21
scripts: kernel-doc: improve nested logic to handle multiple identifiers
Mauro Carvalho Chehab
1
-25
/
+44
2017-12-21
scripts: kernel-doc: handle nested struct function arguments
Mauro Carvalho Chehab
1
-12
/
+26
2017-12-21
scripts: kernel-doc: print the declaration name on warnings
Mauro Carvalho Chehab
1
-22
/
+16
2017-12-21
scripts: kernel-doc: get rid of $nested parameter
Mauro Carvalho Chehab
1
-15
/
+4
2017-12-21
scripts: kernel-doc: parse next structs/unions
Mauro Carvalho Chehab
1
-53
/
+68
2017-12-21
scripts: kernel-doc: replace tabs by spaces
Mauro Carvalho Chehab
1
-5
/
+5
2017-12-21
scripts: kernel-doc: change default to ReST format
Mauro Carvalho Chehab
1
-3
/
+3
2017-12-21
scripts: kernel-doc: improve argument handling
Mauro Carvalho Chehab
1
-16
/
+20
2017-12-21
scripts: kernel-doc: get rid of unused output formats
Mauro Carvalho Chehab
1
-1179
/
+4
2017-12-21
docs: get rid of kernel-doc-nano-HOWTO.txt
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-11
kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()
Mauro Carvalho Chehab
1
-2
/
+6
2017-12-02
scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none
Will Deacon
1
-1
/
+1
2017-11-23
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+24
2017-11-20
Add optional check for bad kernel-doc comments
Matthew Wilcox
1
-1
/
+24
2017-11-15
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
1
-2
/
+0
2017-09-26
scripts/kernel-doc: warn on excess enum value descriptions
Johannes Berg
1
-4
/
+13
2017-08-30
kernel-doc parser mishandles declarations split into lines
Markus Heiser
1
-0
/
+4
2017-07-07
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2017-07-03
scripts/kernel-doc: handle DECLARE_HASHTABLE
Jakub Kicinski
1
-0
/
+2
2017-05-14
scripts: Switch to more portable Perl shebang
Kamil Rytarowski
1
-1
/
+2
2017-04-02
scripts/kernel-doc: fix handling of parameters with parenthesis
Mauro Carvalho Chehab
1
-4
/
+3
2017-04-02
scripts/kernel-doc: fix parser for apostrophes
Mauro Carvalho Chehab
1
-1
/
+11
2017-01-26
kernel-doc: Handle returning pointers to pointers
Matthew Wilcox
1
-7
/
+7
2017-01-13
kernel-doc: properly document array arguments of function
Gabriel Krisman Bertazi
1
-1
/
+1
2017-01-04
kernel-doc: make highlights more homogenous for the various backends
Paolo Bonzini
1
-18
/
+50
2017-01-04
kernel-doc: make member highlighting available in all backends
Paolo Bonzini
1
-11
/
+19
2017-01-04
kernel-doc: include parameter type in docbook output
Paolo Bonzini
1
-2
/
+4
2017-01-04
kernel-doc: strip attributes even if they have an argument
Paolo Bonzini
1
-1
/
+7
2017-01-04
kernel-doc: cleanup parameter type in function-typed arguments
Paolo Bonzini
1
-0
/
+1
2016-11-16
kernel-doc: add support for one line inline struct member doc comments
Jani Nikula
1
-1
/
+11
2016-10-28
kernel-doc: better parsing of named variable arguments
Silvio Fricke
1
-2
/
+6
2016-09-06
docs: Special-case function-pointer parameters in kernel-doc
Jonathan Corbet
1
-0
/
+2
2016-09-06
docs: make kernel-doc handle varargs properly
Jonathan Corbet
1
-1
/
+2
2016-09-01
docs-rst: kernel-doc: fix typedef output in RST format
Mauro Carvalho Chehab
1
-10
/
+24
2016-09-01
docs-rst: improve typedef parser
Mauro Carvalho Chehab
1
-1
/
+3
2016-08-24
docs-rst: kernel-doc: better output struct members
Mauro Carvalho Chehab
1
-1
/
+1
2016-08-22
doc-rst: Revert "kernel-doc: fix handling of address_space tags"
Markus Heiser
1
-3
/
+0
2016-07-22
doc-rst: kernel-doc: fix handling of address_space tags
Mauro Carvalho Chehab
1
-0
/
+4
2016-07-17
kernel-doc: Fix up warning output
Daniel Vetter
1
-1
/
+1
2016-06-10
kernel-doc: unify all EXPORT_SYMBOL scanning to one place
Jani Nikula
1
-13
/
+5
2016-06-10
kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs
Jani Nikula
1
-2
/
+37
2016-06-10
kernel-doc: abstract filename mapping
Jani Nikula
1
-9
/
+18
2016-06-10
kernel-doc: add missing semi-colons in option parsing
Jani Nikula
1
-2
/
+2
2016-06-10
kernel-doc: do not warn about duplicate default section names
Jani Nikula
1
-2
/
+5
2016-06-10
kernel-doc: remove old debug cruft from dump_section()
Jani Nikula
1
-3
/
+0
2016-06-09
docs: kernel-doc: Add "example" and "note" to the magic section types
Jonathan Corbet
1
-1
/
+2
2016-06-04
scripts/kernel-doc: Add option to inject line numbers
Daniel Vetter
1
-0
/
+41
2016-06-03
scripts/kernel-doc: Also give functions symbolic names
Daniel Vetter
1
-4
/
+4
2016-06-03
scripts/kernel-doc: Remove duplicated DOC: start handling
Daniel Vetter
1
-18
/
+1
2016-05-30
kernel-doc: reset contents and section harder
Jani Nikula
1
-0
/
+3
2016-05-30
kernel-doc: concatenate contents of colliding sections
Jani Nikula
1
-4
/
+6
2016-05-30
kernel-doc: limit the "section header:" detection to a select few
Jani Nikula
1
-2
/
+17
2016-05-30
kernel-doc/rst: remove fixme comment
Jani Nikula
1
-1
/
+0
2016-05-30
kernel-doc/rst: use *undescribed* instead of _undescribed_
Jani Nikula
1
-2
/
+2
2016-05-30
kernel-doc: strip leading whitespace from continued param descs
Jani Nikula
1
-1
/
+15
2016-05-30
kernel-doc: improve handling of whitespace on the first line param description
Jani Nikula
1
-4
/
+4
2016-05-30
kernel-doc/rst: change the output layout
Jani Nikula
1
-17
/
+17
2016-05-30
kernel-doc: strip leading blank lines from inline doc comments
Jani Nikula
1
-0
/
+4
2016-05-30
kernel-doc/rst: blank lines in output are not needed
Jani Nikula
1
-6
/
+1
2016-05-30
kernel-doc: fix wrong code indentation
Jani Nikula
1
-1
/
+1
2016-05-30
kernel-doc: do not regard $, %, or & prefixes as special in section names
Jani Nikula
1
-12
/
+2
2016-05-30
kernel-doc/rst: highlight function/struct/enum purpose lines too
Jani Nikula
1
-12
/
+25
2016-05-30
kernel-doc/rst: drop redundant unescape in highlighting
Jani Nikula
1
-1
/
+0
2016-05-30
kernel-doc/rst: add support for struct/union/enum member references
Jani Nikula
1
-0
/
+5
2016-05-30
kernel-doc/rst: add support for &union foo and &typedef foo references
Jani Nikula
1
-0
/
+4
2016-05-30
kernel-doc/rst: &foo references are more universal than structs
Jani Nikula
1
-1
/
+2
2016-05-30
kernel-doc/rst: reference functions according to C domain spec
Jani Nikula
1
-1
/
+1
2016-05-30
kernel-doc/rst: do not output DOC: section titles for requested ones
Jani Nikula
1
-1
/
+3
2016-05-30
kernel-doc: add names for output selection
Jani Nikula
1
-17
/
+30
2016-05-30
kernel-doc: add names for states and substates
Jani Nikula
1
-43
/
+48
2016-05-30
kernel-doc: support printing exported and non-exported symbols
Jani Nikula
1
-2
/
+27
2016-05-30
kernel-doc/rst: fix use of uninitialized value
Jani Nikula
1
-1
/
+2
2016-05-14
kernel-doc: use rst C domain directives and references for types
Jani Nikula
1
-10
/
+9
2016-05-14
kernel-doc: produce RestructuredText output
Jonathan Corbet
1
-0
/
+233
2016-05-14
kernel-doc: rewrite usage description, remove duplicated comments
Jani Nikula
1
-46
/
+37
2016-01-17
Merge tag 'docs-4.5' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+4
2015-11-20
kernel-doc: Fix parsing of DECLARE_BITMAP in struct
Conchúr Navid
1
-0
/
+2
2015-11-20
kernel-doc: Strip #ifdef/#endif in enums
Conchúr Navid
1
-1
/
+2
2015-11-20
kernel-doc: Fix stripping of #define in enums
Conchúr Navid
1
-1
/
+1
2015-11-17
kernel-doc: Make it compatible with Perl versions below 5.12 again
Mauro Carvalho Chehab
1
-1
/
+1
2015-11-05
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Linus Torvalds
1
-51
/
+68
2015-10-11
DocBook: Fix kernel-doc to be case-insensitive for private:
Mauro Carvalho Chehab
1
-2
/
+2
2015-10-10
kernel-doc: better format typedef function output
Mauro Carvalho Chehab
1
-9
/
+22
2015-10-10
kernel-doc: Add a parser for function typedefs
Mauro Carvalho Chehab
1
-0
/
+12
2015-09-13
scripts/kernel-doc: Replacing highlights hash by an array
Danilo Cesar Lemes de Paula
1
-44
/
+60
2015-09-13
Documentation: Avoid creating man pages in source tree
Ben Hutchings
1
-4
/
+5
2015-09-13
scripts/kernel-doc: Processing -nofunc for functions only
Danilo Cesar Lemes de Paula
1
-1
/
+1
2015-09-04
kerneldoc: Convert error messages to GNU error message format
Bart Van Assche
1
-19
/
+19
2015-08-23
kernel-doc: ignore unneeded attribute information
Jonathan Corbet
1
-0
/
+2
2015-08-06
scripts/kernel-doc Allow struct arguments documentation in struct body
Danilo Cesar Lemes de Paula
1
-2
/
+75
2015-07-10
scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
Ben Hutchings
1
-3
/
+12
2015-07-10
scripts/kernel-doc: parse kernel-doc deterministically
Jérémy Bobbio
1
-1
/
+1
2014-12-10
scripts/kernel-doc: don't eat struct members with __aligned
Johannes Berg
1
-1
/
+1
2014-08-26
scripts/kernel-doc: recognize __meminit
Randy Dunlap
1
-0
/
+1
2014-07-12
scripts/kernel-doc: handle object-like macros
Horia Geanta
1
-3
/
+12
2013-11-15
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
1
-2
/
+1
2013-11-13
kernel-doc: improve "no structured comments found" error
Johannes Berg
1
-0
/
+6
2013-11-06
scripts/kernel-doc: make unknown function prototype a Warning instead of an E...
Randy Dunlap
1
-2
/
+1
2013-02-27
scripts/kernel-doc: handle struct member __aligned without numbers
Nishanth Menon
1
-1
/
+1
2013-01-03
misc: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+0
2012-11-27
scripts/kernel-doc: check that non-void fcts describe their return value
Yacine Belkadi
1
-0
/
+34
2012-10-12
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
1
-7
/
+266
2012-10-06
kernel-doc: don't mangle whitespace in Example section
Daniel Santos
1
-2
/
+7
2012-10-06
kernel-doc: bugfix - empty line in Example section
Daniel Santos
1
-1
/
+10
2012-10-06
kernel-doc: bugfix - multi-line macros
Daniel Santos
1
-0
/
+3
2012-08-31
scripts/kernel-doc: added support for html5
Dan Luedtke
1
-7
/
+266
2012-08-17
scripts/kernel-doc: fix fatal script error
Randy Dunlap
1
-0
/
+1
2012-01-23
scripts/kernel-doc: fix fatal error caused by cfg80211.h
Randy Dunlap
1
-1
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-06
kernel-doc: code reorganization
Randy Dunlap
1
-48
/
+54
2010-11-18
kernel-doc: escape xml for structs
Randy Dunlap
1
-3
/
+9
2010-09-11
docbook: warn on unused doc entries
Johannes Berg
1
-2
/
+50
2010-09-11
kernel-doc: ignore case when stripping attributes
Johannes Berg
1
-1
/
+1
2010-08-11
mtd/nand_base: fix kernel-doc warnings & typos
Randy Dunlap
1
-0
/
+2
2010-03-24
scripts/kernel-doc: fix fatal error on function prototype
Randy Dunlap
1
-0
/
+1
2010-03-24
scripts/kernel-doc: handle struct member __aligned
Randy Dunlap
1
-0
/
+2
2010-03-12
scripts/kernel-doc: fix empty function description section
Randy Dunlap
1
-1
/
+1
2010-02-26
kernel-doc: drop the -filelist option, it doesn't work
Ilya Dryomov
1
-13
/
+1
2010-02-26
kernel-doc: track line numbers for each file separately
Ilya Dryomov
1
-0
/
+2
2009-12-02
tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook
Jason Baron
1
-3
/
+12
2009-09-18
kernel-doc: allow multi-line declaration purpose descriptions
Johannes Weiner
1
-5
/
+16
2009-07-01
kernel-doc: move ignoring kmemcheck
Randy Dunlap
1
-2
/
+2
2009-06-20
kernel-doc: fix param matching for array params
Randy Dunlap
1
-0
/
+17
2009-06-20
kernel-doc: ignore kmemcheck_bitfield_begin/end
Randy Dunlap
1
-0
/
+2
2009-06-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...
Linus Torvalds
1
-87
/
+87
2009-06-09
kernel-doc: cleanup perl script
Randy Dunlap
1
-87
/
+87
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-3
/
+4
2009-05-02
kernel-doc: restrict syntax for private: and public:
Randy Dunlap
1
-3
/
+4
2009-05-01
kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2)
Jason Baron
1
-0
/
+22
2009-02-11
kernel-doc: fix syscall wrapper processing
Randy Dunlap
1
-1
/
+39
2008-12-19
kernel-doc: check for extra kernel-doc notations
Randy Dunlap
1
-1
/
+66
2008-12-01
kernel-doc: handle varargs cleanly
Randy Dunlap
1
-3
/
+7
[next]