summaryrefslogtreecommitdiff
path: root/f90-interface-browser.el
AgeCommit message (Expand)Author
2022-12-21; Prefer HTTPS to HTTP in URLsexternals/f90-interface-browserStefan Kangas
2021-04-20* f90-interface-browser.el: Enable lexical-binding. Use `cl-lib`Stefan Monnier
2020-11-27Fix some quoting problems in doc stringsPaul Eggert
2020-11-27* packages/gnome-c-style/gnome-c-tests.el: Add copyright blurbStefan Monnier
2020-11-27* packages/f90-interface-browser/f90-interface-browser.elStefan Monnier
2020-11-27* packages/f90-interface-browser/f90-interface-browser.el: Don't require CLStefan Monnier
2020-11-27Fix up deployment scriptStefan Monnier
2013-08-22Look for symbols, not wordsLawrence Mitchell
2013-08-22Avoid runtime use of defstructStefan Monnier
2012-09-09Require cl at runtimeLawrence Mitchell
2012-09-09Move f90-merge-into-tags-completion-table definition before useLawrence Mitchell
2012-09-09Update copyright in line with ELPA versionLawrence Mitchell
2012-06-09Bump versionLawrence Mitchell
2012-06-09Copyright updateLawrence Mitchell
2012-03-22Add documentation for f90-list-in-scope-varsLawrence Mitchell
2012-03-22Skip over implicit none in procedure var parsingLawrence Mitchell
2012-03-22New function f90-list-in-scope-varsLawrence Mitchell
2012-01-26Doc updates, version headerLawrence Mitchell
2012-01-26Fix up precision modifiers to base typesLawrence Mitchell
2012-01-25Add more documentation and make Fluidity checks more genericLawrence Mitchell
2011-10-13Normalise strings everywhereLawrence Mitchell
2011-09-13Fix bug in parsing of dimension specificationsLawrence Mitchell
2011-09-13Populate completion table lazilyLawrence Mitchell
2011-09-13Set syntax table correctly in f90-arglist-typesLawrence Mitchell
2011-09-13Remove unused function f90-match-arglist-to-specialisersLawrence Mitchell
2011-07-18New function to parse all files in a treeLawrence Mitchell
2011-07-18New variable specifying what file extensions are Fortran 90 codeLawrence Mitchell
2011-07-18Minor optimisation to f90-normalise-stringLawrence Mitchell
2011-07-18Ignore refcount templates when parsing interfacesLawrence Mitchell
2011-07-18Speed up f90-split-arglistLawrence Mitchell
2011-07-15Make dimension parsing more robustLawrence Mitchell
2011-07-15Don't stomp on match data when normalising stringsLawrence Mitchell
2011-07-14If no tags are loaded don't try and use tags completionLawrence Mitchell
2011-07-12Correctly determine dimension specificationLawrence Mitchell
2011-07-12Default to type-at-point in f90-show-type-definitionLawrence Mitchell
2011-07-12Speed up f90-clean-commentsLawrence Mitchell
2011-07-12Parse prefix arg through to find-tag from f90-find-tag-interfaceLawrence Mitchell
2011-07-12Require etags and cl at runtimeLawrence Mitchell
2011-07-11Document INVOCATION-POINT argument to f90-browse-interface-specialisersLawrence Mitchell
2011-07-11Add more suffixes for likely Fortran filesLawrence Mitchell
2011-07-11Fix bug in f90-populate-specialisersLawrence Mitchell
2011-07-11Hook into pop-tag-mark machinery when visiting definitionsLawrence Mitchell
2011-07-11Allow f90-find-tag-interface to complete tags namesLawrence Mitchell
2011-07-11Fix jumping to definitions if we jump past recorded locationLawrence Mitchell
2011-07-11Fix f90-get-slot-type for new struct definitionLawrence Mitchell
2011-07-11Fix byte-compilationLawrence Mitchell
2011-07-11Docstring fixesLawrence Mitchell
2011-07-11Add function to show the parsed type definitionLawrence Mitchell
2011-07-11Normalise type-parsing routines and make arglist matching workLawrence Mitchell
2011-07-09Further work on type parsingLawrence Mitchell