Thomas Goyne
|
67e9384ef4
|
Remove a bunch of pointless consts from agi::Path and rename the windows implementation so that it's actually used
Originally committed to SVN as r5442.
|
2011-07-15 04:03:28 +00:00 |
|
Amar Takhar
|
6ee90d4bb1
|
Add <vector>
Originally committed to SVN as r5369.
|
2011-02-23 03:24:08 +00:00 |
|
Grigori Goronzy
|
28e1acfeba
|
libaegisub: do not free string returned by getenv()
getenv() returns a string that is part of internal process data and
should never be modified and/or free()'d.
Originally committed to SVN as r5368.
|
2011-02-23 00:55:48 +00:00 |
|
Amar Takhar
|
c603c21b86
|
Print a message to the user and exit(1) if HOME is not set in the users environment.
Originally committed to SVN as r5324.
|
2011-02-08 22:40:55 +00:00 |
|
Amar Takhar
|
355ad91105
|
* Instead of ~ use getenv("HOME") to get the users home directory.
* Fix Locale() to return P_LOCALE
* Change data and doc values to P_DATA and P_DOC.
Originally committed to SVN as r5322.
|
2011-02-08 04:22:52 +00:00 |
|
Amar Takhar
|
0a54e9ca06
|
Fix inclusion of config.h, when I was writing this I added a relative path directly to acconf.h
Originally committed to SVN as r5316.
|
2011-02-07 17:36:24 +00:00 |
|
Amar Takhar
|
a35962923f
|
Finish agi::Path so we can actually use it, our current path system is brutal and I needed this for libmedia. I'll be adding OS X support shortly: someone else will have to figure out what to do with windows it's completely trivial see unix/path.cpp and check libaegisub/path.h for the return values.
Originally committed to SVN as r5315.
|
2011-02-07 16:39:49 +00:00 |
|
Amar Takhar
|
2d57debd49
|
Commit the beginings of the Path class to hold the internal representation of paths, this is extremely rough since I have to wait until we can do charset conversion in libaegisub to handle windows paths before going any further.
Originally committed to SVN as r4359.
|
2010-05-24 17:57:07 +00:00 |
|