summaryrefslogtreecommitdiff
path: root/lib/elixir/lib/path.ex
Commit message (Expand)AuthorAgeFilesLines
* Polish docs in the Path moduleandrea/path-docsAndrea Leopardi2022-01-091-13/+19
* Add Path.safe_relative/1 and Path.safe_relative_to/2 (#11542)Andrea Leopardi2022-01-051-0/+70
* Clarify `Path.extname/1` behaviour (#11025)there#2021-05-311-0/+10
* Do not crash on Path.absname(c:) (#10919)José Valim2021-04-171-16/+16
* Path module will always return a binary() type (#10898)Boris Kuznetsov2021-04-131-1/+2
* Fix `Path.relative_to/2` when referencing self (#10601)Adam Rutkowski2020-12-291-0/+7
* Wrap around :file instead of calling internalsJosé Valim2020-11-201-16/+4
* Fix ambiguity on Path.expand/1 docs (#10231)Diogo Magalhães Martins2020-07-271-2/+2
* Normalize paths before expanding them (#10132)José Valim2020-06-281-3/+0
* Fix Path.absname/1 to correctly handle UNC paths on Windows (#9689)Dmitry Kakurin2020-01-061-2/+7
* Style mention to operating systems (#9562)Eksperimental2019-11-191-4/+4
* Fix join/2 dot result at path end (#9285)Dmitry Shpagin2019-08-121-0/+1
* Do not expand ~ when not followed by a path separatorJosé Valim2019-05-271-8/+3
* Add docs example for Path.dirname/1 when path is a filename (#9013)Matthijs Kuiper2019-05-031-0/+3
* Inline type definition for easier navigation (#8478)Devon Estes2018-12-091-1/+1
* Deprecate System.cwd/0 and System.cwd!/0 (#8344)Fernando Tapia Rico2018-10-261-3/+3
* Remove trailing whitespaceJosé Valim2018-08-291-1/+1
* Document Path.wildcard/2 expects / dir separator (#8149)Fernando Tapia Rico2018-08-291-0/+4
* Path docs improvement (#7965)Tobiasz Małecki2018-07-221-4/+6
* Improve the documentation for Path.wildcard/2Andrea Leopardi2018-02-271-8/+14
* Improve formatted code in a couple filesJosé Valim2017-10-101-2/+0
* Run code formatter on Path (#6789)Jonny Stoten2017-10-101-96/+107
* Clarify Path.join/2 behavior when dealing with lists (#6502)Andrew Dryga2017-08-231-0/+9
* Ensure recursive file/path ops raise on paths with null bytesJosé Valim2017-07-201-5/+9
* Replace Keyword.t/0-1 types with built-in keyword/0-1 (#6124)Eksperimental2017-06-041-1/+1
* Add Exception.blame/3 and Exception.blame_mfa/3 (#6127)José Valim2017-05-221-1/+3
* Stop aliasing :filename to FN in the Path module (#5769)Eksperimental2017-02-141-8/+7
* Fix Path.join/1 for lists of one element (#5639)Andrea Leopardi2017-01-101-4/+4
* Fix Path.win32_pathtype/1 code styleAleksei Magusev2017-01-031-25/+25
* Simplify "/" handling in Path.unix_pathtype/1Aleksei Magusev2017-01-031-12/+10
* Add special case for "/" in Path.unix_pathtype/1 (#5607)Rémi NICOLE2017-01-031-0/+4
* Fix whitespace inconsistencies in stdlib (#5559)Steven Blowers2016-12-141-4/+4
* Polish the docs for the Path moduleAndrea Leopardi2016-12-101-25/+47
* Remove double space from Path (#5467)Gustavo Saiani2016-11-191-1/+1
* Remove code for Erlang version which is no longer supported (#5417)Eksperimental2016-11-051-5/+0
* Stadardize function name: dirsep => dir_sep (#5029)Eksperimental2016-07-181-10/+10
* Emit warning when variable is being expanded to function call (#3517)Aleksei Magusev2016-06-111-2/+2
* Fix failing doctest for Path.expand/1 under windows.robi-wan2016-05-191-2/+2
* Update CHANGELOG and docsJosé Valim2016-05-181-4/+8
* Standardize unicode and friends (#4569)eksperimental2016-05-051-1/+1
* Formmating: Add white space around vertical bar (#4507)eksperimental2016-04-251-34/+34
* Add iex> to make some doctests runWojtek Mach2016-02-091-5/+6
* Fix bug in Path.join. Fix #4252.Daniel Perez2016-02-041-1/+2
* Fixed arity typo in Path documentationJohn Warwick2016-01-261-1/+1
* Clean up expand dot implementationJosé Valim2015-12-071-31/+21
* Fix edge case in Path.expand. Fix #4050.Daniel Perez2015-12-061-0/+6
* Eliminate spaces in bitstring definitionsAleksei Magusev2015-11-281-12/+12
* Fix doc formatting for `Path.split/1` examplesAleksei Magusev2015-05-181-6/+6
* Add space after comma: Format consistentlyeksperimental2015-03-171-2/+2
* Replace "in between" with "between" in comments and doc stringsAlexei Sholik2015-02-261-1/+1